-
Notifications
You must be signed in to change notification settings - Fork 900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title as parameter for TimeSeries.plot() #2639
title as parameter for TimeSeries.plot() #2639
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this contribution @jonathankoch99! Looks good to me, can you please just add an entry in the Unreleased section of the changelog and it should be ready to be merged!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @jonathankoch99 for this PR, and welcome to the Darts community :D 🚀
Just some minor comments, then we can merge.
Co-authored-by: Dennis Bader <[email protected]>
Co-authored-by: Dennis Bader <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great now, thanks again 💯 🚀
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2639 +/- ##
==========================================
- Coverage 94.20% 94.15% -0.06%
==========================================
Files 141 141
Lines 15491 15491
==========================================
- Hits 14594 14586 -8
- Misses 897 905 +8 ☔ View full report in Codecov by Sentry. |
Checklist before merging this PR:
Fixes #2622 .
Summary
Adds the
title
attribute toTimeSeries.plot()
as requested in #2622 . If no title is provided as attribute the method reverts to the original behavior.