change plotted country selection: drop belgium and denmark, but include the US
This commit is contained in:
@@ -12,7 +12,7 @@ sys.path.append(".")
|
||||
|
||||
#### config
|
||||
# countries of interest
|
||||
countries = ["Germany", "Italy", "Spain", "Denmark", "China", "Japan", "South Korea", "Iran", "Belgium", "World"]
|
||||
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"]
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user