1
0
Fork 0

feat: Temporarily disabled herd immunity line

This commit is contained in:
Benedikt Bastin 2021-01-15 20:20:14 +01:00
parent 25aa59c0eb
commit 8c6eba2c4d
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ def plot_extrapolation_portion(percentage):
ax2.legend(loc='center right')
ax2.get_yaxis().get_major_formatter().set_scientific(False)
ax2.axline((0, einwohner_deutschland * 0.7), slope=0, color='green')
# Estimated percentage for herd immunity
#ax2.axline((0, einwohner_deutschland * 0.7), slope=0, color='green')
ax2.set_ylabel('Kumulierte Impfungen')