new country roster

This commit is contained in:
fordprefect
2020-04-03 11:13:32 +02:00
parent 6010aeabe6
commit 3a961af0bd

View File

@@ -12,7 +12,7 @@ sys.path.append(".")
#### config #### config
# countries of interest # countries of interest
countries = ["Germany", "Italy", "Spain", "China", "Japan", "South Korea", "Iran", "United States", "World"] countries = ["Germany", "Italy", "China", "Japan", "South Korea", "Iran", "United States", "World", "United Kingdom", "Sweden"]
# enabled plots # enabled plots
plots = ["basics", "death_per_case", "normalized_to_first_death", "delay_from_china", "delay_from_usa", "normalized_to_ten_cases", "percent_increase", "doubling_time"] plots = ["basics", "death_per_case", "normalized_to_first_death", "delay_from_china", "delay_from_usa", "normalized_to_ten_cases", "percent_increase", "doubling_time"]
### ###