specparam.plts.time.plot_time_model

specparam.plts.time.plot_time_model(time_model, **plot_kwargs)[source]

Plot a figure with subplots visualizing the parameters from a SpectralTimeModel object.

Parameters:
time_modelSpectralTimeModel

Object containing results from fitting power spectra across time windows.

**plot_kwargs

Keyword arguments to apply to the plot.

Raises:
NoModelError

If the model object does not have model fit data available to plot.