Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)