The Plots module allows (as its name suggests) for the creation of common plots needed with time series. Depending on the type of object (TimeSeries, etc.), different plots are defined.
Plots
TimeSeries
line_plot(ts[, context])
line_plot
Plot a TimeSeries
prediction_plot(forecast[, observation])
prediction_plot
Plotting the prediction of a forecast
status_plot(ts[, cmap])
status_plot
plotting the status of a TimeSeries
kde_plot(ts)
kde_plot
KDE plot
line_plot(tsd, *args, **kwargs)
Plot a TimeSeriesDataset with Plotly