You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run ts.plot on the same dataset in different jupyter sessions, the sequence of segments will be different. May be it will be better if order will be the same each time.
Expected behavior
Order of segments during plotting is the same for all plotting methods that use different plots for each segment.
Probable solution is to make look at plotting functions and sort the segments inside them.
🐛 Bug Report
If you run
ts.plot
on the same dataset in different jupyter sessions, the sequence of segments will be different. May be it will be better if order will be the same each time.Expected behavior
Order of segments during plotting is the same for all plotting methods that use different plots for each segment.
Probable solution is to make look at plotting functions and sort the segments inside them.
Places to fix:
analysis.decomposition.plot_trend
: sortts.segments
analysis.forecast.plot_forecast
: sort segmentsanalysis.forecast.plot_forecast_decomposition
: sort segmentsdatasets.tsdataset.TSDataset.plot
: sort segmentsHow To Reproduce
get_started
notebook.get_started
notebook and check that order of segments inplot_forecast
changed.Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: