correct legend position

committing old changes
black
parent bfde10a191
commit d575272684

Binary file not shown.

Binary file not shown.

@ -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=':')

Loading…
Cancel
Save