Skip to content

Commit 618c2c8

Browse files
committed
add missing doc args
1 parent 14cd047 commit 618c2c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fooof/plts/annotate.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ def plot_annotated_model(fm, plt_log=False, annotate_peaks=True, annotate_aperio
8585
FOOOF object, with model fit, data and settings available.
8686
plt_log : boolean, optional, default: False
8787
Whether to plot the frequency values in log10 spacing.
88+
annotate_peaks : boolean, optional, default: True
89+
Whether to annotate the periodic components of the model fit.
90+
annotate_aperiodic : boolean, optional, default: True
91+
Whether to annotate the aperiodic components of the model fit.
8892
ax : matplotlib.Axes, optional
8993
Figure axes upon which to plot.
9094
plot_style : callable, optional, default: style_spectrum_plot

0 commit comments

Comments
 (0)