1- """Plots for FOOOFGroup object.
1+ """Plots for the FOOOFGroup object.
22
33Notes
44-----
5- This file contains plotting functions that take as input a FOOOFGroup() object.
5+ This file contains plotting functions that take as input a FOOOFGroup object.
66"""
77
88from fooof .core .io import fname , fpath
1717
1818@check_dependency (plt , 'matplotlib' )
1919def plot_fg (fg , save_fig = False , file_name = 'FOOOF_group_fit' , file_path = None ):
20- """Plots a figure with subplots covering the group results from a FOOOFGroup object.
20+ """Plots a figure with subplots covering the results from a FOOOFGroup object.
2121
2222 Parameters
2323 ----------
24- fg : FOOOFGroup() object
24+ fg : FOOOFGroup object
2525 FOOOFGroup object, containing results from fitting a group of power spectra.
2626 save_fig : boolean, optional, default: False
2727 Whether to save out a copy of the plot.
@@ -59,7 +59,7 @@ def plot_fg_ap(fg, ax=None):
5959
6060 Parameters
6161 ----------
62- fg : FOOOFGroup() object
62+ fg : FOOOFGroup object
6363 Group object from which to plot data.
6464 ax : matplotlib.Axes, optional
6565 Figure axes upon which to plot.
@@ -80,7 +80,7 @@ def plot_fg_gf(fg, ax=None):
8080
8181 Parameters
8282 ----------
83- fg : FOOOFGroup() object
83+ fg : FOOOFGroup object
8484 Group object from which to plot data.
8585 ax : matplotlib.Axes, optional
8686 Figure axes upon which to plot.
@@ -96,7 +96,7 @@ def plot_fg_peak_cens(fg, ax=None):
9696
9797 Parameters
9898 ----------
99- fg : FOOOFGroup() object
99+ fg : FOOOFGroup object
100100 Group object from which to plot data.
101101 ax : matplotlib.Axes, optional
102102 Figure axes upon which to plot.
0 commit comments