1
0
Fork 0

fix: Fixed formatting for percentage graph

This commit is contained in:
Benedikt Bastin 2021-04-12 15:28:56 +02:00
parent d7ded70f1b
commit ded0c47604
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ def plot_cumulative_two_vaccinations_percentage():
ax.legend(loc='upper left')
ax.xaxis_date()
ax.yaxis.set_major_formatter(mtick.PercentFormatter(1.0))
ax.yaxis.set_major_formatter(mtick.PercentFormatter(1.0, symbol=' %'))
ax.set_xlabel('Datum')
ax.set_ylabel('Kumulative Impfungen')