plot_series_collection

plot_series_collection(X, y=None)[source]

Plot a collection of time series.

Plot each time series in a collection. Can accept any aeon collection format.

Parameters:
Xarray-like of shape (n_samples, 1, n_features)

The collection of time series to plot.

yarray-like of shape (n_samples,), default=None

The class labels for each time series. If present, each series will be colored according to its class label.

Returns:
figmatplotlib.figure.Figure
axmatplotlib.axes.Axes