specparam.plts.group.plot_group_model¶
- specparam.plts.group.plot_group_model(group, **plot_kwargs)[source]¶
Plot a figure with subplots visualizing the parameters from a group model object.
- Parameters:
- groupSpectralGroupModel
Object containing results from fitting a group of power spectra.
- **plot_kwargs
Additional plot related keyword arguments, with styling options managed by
style_plot
.
- Raises:
- NoModelError
If the model object does not have model fit data available to plot.