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 d862945 commit 3226ca2Copy full SHA for 3226ca2
2 files changed
mne/viz/epochs.py
@@ -874,7 +874,7 @@ def plot_epochs(
874
specification. Keys that do not match any annotation description in the data
875
will trigger a warning. If ``None`` (default), automatic colors are used.
876
877
- .. versionadded:: 1.13
+ .. versionadded:: 1.12.1
878
879
Returns
880
-------
mne/viz/raw.py
@@ -119,7 +119,7 @@ def plot_raw(
119
120
121
122
123
annotation_regex : str
124
A regex pattern applied to each annotation's label.
125
Matching labels remain visible, non-matching labels are hidden.
0 commit comments