From 22114c76ebbdd6143521668ce67c5edb3b11d172 Mon Sep 17 00:00:00 2001 From: fordprefect Date: Fri, 27 Mar 2020 16:47:17 +0100 Subject: [PATCH] add new plot: delay_us --- coronavis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coronavis.py b/coronavis.py index 7b6bcc8..1a6f983 100644 --- a/coronavis.py +++ b/coronavis.py @@ -14,7 +14,7 @@ sys.path.append(".") # countries of interest countries = ["Germany", "Italy", "Spain", "China", "Japan", "South Korea", "Iran", "United States", "World"] # enabled plots -plots = ["basics", "death_per_case", "normalized_to_first_death", "delay_from_china"] +plots = ["basics", "death_per_case", "normalized_to_first_death", "delay_from_china", "delay_from_usa"] ### def get_data(): """fetch data from remote, cache locally and reorganize internal data