plot all basic quantities in one file

This commit is contained in:
fordprefect
2020-03-20 12:32:15 +01:00
parent 92905526c9
commit bbd1dd61b9
3 changed files with 39 additions and 24 deletions

View File

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