feat: Temporarily disabled herd immunity line
This commit is contained in:
parent
25aa59c0eb
commit
8c6eba2c4d
1 changed files with 2 additions and 1 deletions
3
plot.py
3
plot.py
|
@ -116,7 +116,8 @@ def plot_extrapolation_portion(percentage):
|
||||||
ax2.legend(loc='center right')
|
ax2.legend(loc='center right')
|
||||||
ax2.get_yaxis().get_major_formatter().set_scientific(False)
|
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')
|
ax2.set_ylabel('Kumulierte Impfungen')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue