In This Repo we are having 3 Plots:
- Decline in Birth Rate, Germany [BARGRAPH]
- Covid Deaths in Europe [LINE PLOT]
- Vaccine Fear in India [PIE CHART]
-
Download and Unzip the File (if Zip Download)
or
-
Run below in terminal (It will do Everything :) | Windows Only ):
git clone https://github.com/manipta/GraphPlots.git cd GraphPlots start .
- Open cmd here and run below
py germany_birth_bargraph.py
I have Tried to make the code Flexible so it will ask certain inputs as shown below:
- As the data was yearly discreted so we can define our own interval
- Code is flexible to any interval.
- Other options like Labeling format or saving data is to make the code more interactive.
There is a continous decline in birth rate.
Also, saves The File:
I coded Plot's Ymax to be change with change in data as well.
- Open cmd here and run below
py covid_deaths.py
On Running above it will give you something like this:
We can see that in week 15 of 2020 it is highest death counts ever
- Open cmd here and run below
py vaccine.py
On Running above it will give you something like this:
Around 1/4th People was not in favor of vaccine.