diff --git a/main.pdf b/main.pdf index b45502f..dfdf681 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/tornado/tornado_plot.pdf b/tornado/tornado_plot.pdf index f65ea03..da76916 100644 Binary files a/tornado/tornado_plot.pdf and b/tornado/tornado_plot.pdf differ diff --git a/tornado/tornado_plot.py b/tornado/tornado_plot.py index 2f526b8..8744448 100644 --- a/tornado/tornado_plot.py +++ b/tornado/tornado_plot.py @@ -85,7 +85,7 @@ for country_code, country_data in countries.items(): ax.scatter(row['cases_change'], row['daily_cases_avg'], color='w', s=10) # Date legend -ax.scatter(130, 0, color='w', s=10) +ax.scatter(1150, 0, color='w', s=10) ax.annotate('Dates: day/month 2020', xy=(220,12), xycoords='axes points', color='w') # Line at x=0 plt.axvline(x=0, c='white', lw=1, ls=':')