COVID-19 Cases/deaths/recovered graph generator for a series of countries, in Julia.
I’ve caved… Too many annoying graphs.
Clone and cd
into this repo:
git clone --recursive https://github.com/Demonstrandum/COVID.git
cd COVID
Run main.jl
:
$ 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.