Daddy Awesome's Writings

All the things I am writing good or bad


Project maintained by daddyawesome Hosted on GitHub Pages —

Creating Graphs

Data Management and Visualization - Week 4

Back

to start creating graphs we have to import

import seaborn as sb
import matplotlib.pyplot as plt

Code for creating graph


This is a unimodal graph, which shows highest peak at 0-20% of breast cancer rate, It skewed to the right.



This is a unimodal graph, which shows highest peak at 0-1% of HIV rate, It skewed to the right.



This is a unimodal graph, which shows highest peak at the median of employment rate. It seems to have symmteric distribution.



This is a Biavriate graph, which plots the breast cancer rate versus HIV rate with high suicide rate. It clearly shows that people with breast cancer are not infected with HIV.