add new plot: normalized to 100 cases (when in most countries the exponential spread lifted off)

This commit is contained in:
fordprefect
2020-03-27 21:10:42 +01:00
parent d8ebab65f3
commit 2bfde01966
2 changed files with 34 additions and 1 deletions

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", "delay_from_usa"]
plots = ["basics", "death_per_case", "normalized_to_first_death", "delay_from_china", "delay_from_usa", "normalized_to_ten_cases"]
###
def get_data():
"""fetch data from remote, cache locally and reorganize internal data