Plots

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.

TimeSeries

line_plot(ts[, context])

Plot a TimeSeries

prediction_plot(forecast[, observation])

Plotting the prediction of a forecast

status_plot(ts[, cmap])

plotting the status of a TimeSeries

kde_plot(ts)

KDE plot

TimeSeriesDataset

line_plot(tsd, *args, **kwargs)

Plot a TimeSeriesDataset with Plotly