add new plot: delay_us

This commit is contained in:
fordprefect
2020-03-27 16:47:17 +01:00
parent 931004f6a5
commit 22114c76eb

View File

@@ -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