add new plots
This commit is contained in:
@@ -14,7 +14,7 @@ sys.path.append(".")
|
|||||||
# countries of interest
|
# countries of interest
|
||||||
countries = ["Germany", "Italy", "Spain", "Denmark", "China", "Japan", "South Korea", "Iran", "Belgium", "World"]
|
countries = ["Germany", "Italy", "Spain", "Denmark", "China", "Japan", "South Korea", "Iran", "Belgium", "World"]
|
||||||
# enabled plots
|
# 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():
|
def get_data():
|
||||||
"""fetch data from remote, cache locally and reorganize internal data
|
"""fetch data from remote, cache locally and reorganize internal data
|
||||||
|
|||||||
Reference in New Issue
Block a user