Skip to content

Commit 3226ca2

Browse files
authored
Fix versionadded for annotation_colors (#13853)
1 parent d862945 commit 3226ca2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mne/viz/epochs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def plot_epochs(
874874
specification. Keys that do not match any annotation description in the data
875875
will trigger a warning. If ``None`` (default), automatic colors are used.
876876
877-
.. versionadded:: 1.13
877+
.. versionadded:: 1.12.1
878878
879879
Returns
880880
-------

mne/viz/raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def plot_raw(
119119
specification. Keys that do not match any annotation description in the data
120120
will trigger a warning. If ``None`` (default), automatic colors are used.
121121
122-
.. versionadded:: 1.13
122+
.. versionadded:: 1.12.1
123123
annotation_regex : str
124124
A regex pattern applied to each annotation's label.
125125
Matching labels remain visible, non-matching labels are hidden.

0 commit comments

Comments
 (0)