From 8c6eba2c4d6dba5a395ef76ae317782c2deaa7e5 Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Fri, 15 Jan 2021 20:20:14 +0100 Subject: [PATCH] feat: Temporarily disabled herd immunity line --- plot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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')