fix: Changed annotation for AstraZeneca stop below 60
This commit is contained in:
parent
4754621ab5
commit
f2c767d957
1 changed files with 1 additions and 1 deletions
2
plot.py
2
plot.py
|
@ -235,7 +235,7 @@ def labeled_timeperiod(ax, start, end, text, color='lightgrey', y_height = 100):
|
||||||
|
|
||||||
def add_annotations(ax):
|
def add_annotations(ax):
|
||||||
labeled_timeperiod(ax, datetime.date(2021, 3, 15), datetime.date(2021, 3, 19), 'AZ-Stopp', 'silver')
|
labeled_timeperiod(ax, datetime.date(2021, 3, 15), datetime.date(2021, 3, 19), 'AZ-Stopp', 'silver')
|
||||||
labeled_timeperiod(ax, datetime.date(2021, 3, 29), today, 'AZ-Stopp u. 60', 'lightgrey', 96)
|
labeled_timeperiod(ax, datetime.date(2021, 3, 29), datetime.date(2021, 4, 6), 'AZ-Stopp u. 60', 'lightgrey', 96)
|
||||||
labeled_timeperiod(ax, datetime.date(2021, 4, 6), today, 'Arztpraxen impfen', 'lightgreen')
|
labeled_timeperiod(ax, datetime.date(2021, 4, 6), today, 'Arztpraxen impfen', 'lightgreen')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue