Add further target values

This commit is contained in:
Felix Blanke 2023-08-31 11:30:13 +02:00
parent cc7ba64dd3
commit 87f54c6fef

View File

@ -93,7 +93,7 @@ def plot(
curr_datetime,
df: pd.DataFrame,
annotate_current: bool = False,
total_targets: tuple[int, ...] = (1500,),
total_targets: tuple[int, ...] = (1500, 2500, 3500),
alpha: float | None = None,
landesbez_str: str | None = None,
) -> str: