Skip to content

Commit

Permalink
Update darts/timeseries.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Bader <[email protected]>
  • Loading branch information
jonathankoch99 and dennisbader authored Jan 8, 2025
1 parent d8d1a42 commit 89b462c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darts/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 89b462c

Please sign in to comment.