minor fix, add new plot to automatic generation
This commit is contained in:
@@ -19,6 +19,7 @@ plots = ["basics", "death_per_case",
|
|||||||
#"normalized_to_first_death", "delay_from_china", "delay_from_usa", "normalized_to_ten_cases", "percent_increase",
|
#"normalized_to_first_death", "delay_from_china", "delay_from_usa", "normalized_to_ten_cases", "percent_increase",
|
||||||
"doubling_time",
|
"doubling_time",
|
||||||
"all_countries",
|
"all_countries",
|
||||||
|
"country_details",
|
||||||
]
|
]
|
||||||
|
|
||||||
metadata_fields = [
|
metadata_fields = [
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import logging
|
|||||||
logging.getLogger().setLevel(logging.CRITICAL)
|
logging.getLogger().setLevel(logging.CRITICAL)
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def plot(data, countries, pop, **kwargs):
|
def plot(data, countries, pop, metadata, **kwargs):
|
||||||
figsize = (10,5)
|
figsize = (10,5)
|
||||||
|
|
||||||
for loc in data:
|
for loc in data:
|
||||||
|
|||||||
Reference in New Issue
Block a user