Skip to content

Plot covid stats like new cases, recovered and deaths every day and save into a csv file and plot the data through matplotlib.

License

Notifications You must be signed in to change notification settings

yijiechoo16163/covid-stat-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-stat-plotter

Plot covid stats like new cases, recovered and deaths every day and save into a csv file and plot the data through matplotlib.

Installation

haha, no need, as long as you have python installed, with the required library installed - matplotlib, it will run.

Usage/Examples

analyzer.log_data(new_cases, recovered, deaths)
analyzer.plot_data('data')

Eg.

analyzer.log_data(100, 50, 10)
analyzer.plot_data('new_cases')

About

Plot covid stats like new cases, recovered and deaths every day and save into a csv file and plot the data through matplotlib.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages