fix: Fixed formatting for percentage graph
This commit is contained in:
parent
d7ded70f1b
commit
ded0c47604
1 changed files with 1 additions and 1 deletions
2
plot.py
2
plot.py
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue