From 4db3e19ff620002e238c0c0143db827fd8249158 Mon Sep 17 00:00:00 2001 From: fordprefect Date: Sat, 21 Mar 2020 21:02:20 +0100 Subject: [PATCH] add new plots --- coronavis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coronavis.py b/coronavis.py index 317b612..c1f2819 100644 --- a/coronavis.py +++ b/coronavis.py @@ -14,7 +14,7 @@ sys.path.append(".") # countries of interest countries = ["Germany", "Italy", "Spain", "Denmark", "China", "Japan", "South Korea", "Iran", "Belgium", "World"] # enabled plots -plots = ["basics", "death_per_case", "normalized_to_first_death"] +plots = ["basics", "death_per_case", "normalized_to_first_death", "delay_from_china"] ### def get_data(): """fetch data from remote, cache locally and reorganize internal data