Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demonstrandum/covid
COVID-19 Cases/deaths/recovered graph generator for a series of countries, in Julia.
https://github.com/demonstrandum/covid
covid covid-19 covid19 julia plots
Last synced: 29 days ago
JSON representation
COVID-19 Cases/deaths/recovered graph generator for a series of countries, in Julia.
- Host: GitHub
- URL: https://github.com/demonstrandum/covid
- Owner: Demonstrandum
- Created: 2020-05-12T05:51:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T17:40:02.000Z (over 4 years ago)
- Last Synced: 2024-11-06T06:27:48.526Z (3 months ago)
- Topics: covid, covid-19, covid19, julia, plots
- Language: Julia
- Size: 6.41 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19 Graphs
I've caved... Too many annoying graphs.
## Generating Graphs
Clone and `cd` into this repo:
```console
git clone --recursive https://github.com/Demonstrandum/COVID.git
cd COVID
```Run `main.jl`:
```console
$ julia # Start REPL
julia> include("main.jl")
```You can run this multiple times to generate different kinds
of graphs.Running `./graphs/graph_gen.sh` will generate all graphs.
## Plots
![plot](./graphs/COVID-19_confirmed_daily-cases_plots.png)
![plot](./graphs/COVID-19_confirmed_cumulative_plots.png)
![plot](./graphs/COVID-19_deaths_daily-cases_plots.png)
![plot](./graphs/COVID-19_deaths_cumulative_plots.png)
![plot](./graphs/COVID-19_recovered_daily-cases_plots.png)
![plot](./graphs/COVID-19_recovered_cumulative_plots.png)