Skip to content

Commit

Permalink
DOC: change picks description in ICA.plot_properties() (mne-tools#10273)
Browse files Browse the repository at this point in the history
* change picks description in ICA

* fix style error

* Update mne/viz/ica.py

Co-authored-by: Alexandre Gramfort <[email protected]>

* Update mne/viz/ica.py

Co-authored-by: Alexandre Gramfort <[email protected]>

* fix style

* Update mne/viz/ica.py [skip azp][skip actions]

Co-authored-by: Alexandre Gramfort <[email protected]>
Co-authored-by: Richard Höchenberger <[email protected]>
  • Loading branch information
3 people authored Jan 31, 2022
1 parent 139a634 commit 4e8ae75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mne/viz/ica.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,10 @@ def plot_ica_properties(ica, inst, picks=None, axes=None, dB=True,
The ICA solution.
inst : instance of Epochs or Raw
The data to use in plotting properties.
%(picks_base)s the first five sources.
If more than one components were chosen in the picks,
each one will be plotted in a separate figure.
picks : str | list | slice | None
Components to include. Slices and lists of integers will be interpreted
as component indices. ``None`` (default) will use the first five
components. Each component will be plotted in a separate figure.
axes : list of Axes | None
List of five matplotlib axes to use in plotting: [topomap_axis,
image_axis, erp_axis, spectrum_axis, variance_axis]. If None a new
Expand Down

0 comments on commit 4e8ae75

Please sign in to comment.