From 89b462c9bee4628292f2c25f31d09b7c0b688a2c Mon Sep 17 00:00:00 2001 From: Jonathan Koch <64044163+jonathankoch99@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:26:31 +0100 Subject: [PATCH] Update darts/timeseries.py Co-authored-by: Dennis Bader --- darts/timeseries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darts/timeseries.py b/darts/timeseries.py index dce6127a29..7e5098625f 100644 --- a/darts/timeseries.py +++ b/darts/timeseries.py @@ -4257,7 +4257,7 @@ def plot( ) ax.legend() - ax.set_title(title if title else self._xa.name) + ax.set_title(title if title is not None else self._xa.name) return ax def with_columns_renamed(