We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbee679 commit d44d462Copy full SHA for d44d462
1 file changed
mne/viz/epochs.py
@@ -800,8 +800,12 @@ def plot_epochs(
800
The new equivalent is ``events=False``.
801
%(event_color)s
802
Defaults to ``None``.
803
- order : array of str | None
804
- Order in which to plot channel types.
+ order : array-like of int | None
+ Order in which to plot data. If the array is shorter than the number of
805
+ channels, only the given channels are plotted. If ``None`` (default), all
806
+ channels are plotted. If ``group_by`` is ``'position'`` or
807
+ ``'selection'``, the ``order`` parameter is used only for selecting the
808
+ channels to be plotted.
809
810
.. versionadded:: 0.18.0
811
show : bool
0 commit comments