fooof.plts.aperiodic.plot_aperiodic_params

fooof.plts.aperiodic.plot_aperiodic_params(aps, colors=None, labels=None, ax=None, **plot_kwargs)[source]

Plot aperiodic parameters as dots representing offset and exponent value.

Parameters
aps2d array or list of 2d array

Aperiodic parameters. Each row is a parameter set, as [Off, Exp] or [Off, Knee, Exp].

colorsstr or list of str, optional

Color(s) to plot data.

labelslist of str, optional

Label(s) for plotted data, to be added in a legend.

axmatplotlib.Axes, optional

Figure axes upon which to plot.

**plot_kwargs

Additional plot related keyword arguments, with styling options managed by style_plot.

Examples using fooof.plts.aperiodic.plot_aperiodic_params

Aperiodic Parameters

Aperiodic Parameters

Plot Model Components

Plot Model Components

Developmental Data Demo

Developmental Data Demo