diff --git a/plot.py b/plot.py index 820de59..b9fbef9 100644 --- a/plot.py +++ b/plot.py @@ -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')