update tornado plot with new data

black
parent b54cd0fcb7
commit bfde10a191

Binary file not shown.

Binary file not shown.

@ -61,7 +61,7 @@ for country_code, country_data in countries.items():
line, = ax.plot(
df['cases_change'],
df['daily_cases_avg'],
lw=0.5, c='b', label=country_data['name'])
lw=0.5, c='#00FF00', label=country_data['name'])
# select which dates to label
df['month'] = df.index.month
df['month_change'] = df['month'].diff()

Loading…
Cancel
Save