specparam.plts.event.plot_event_model¶
- specparam.plts.event.plot_event_model(event_model, **plot_kwargs)[source]¶
Plot a figure with subplots visualizing the parameters from a SpectralTimeEventModel object.
- Parameters:
- event_modelSpectralTimeEventModel
Object containing results from fitting power spectra across events.
- **plot_kwargs
Keyword arguments to apply to the plot.
- Raises:
- NoModelError
If the model object does not have model fit data available to plot.