File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2119,18 +2119,18 @@ def plot_evoked_topomap(
2119
2119
The defaults for ``contours`` and ``vlim`` are handled as follows:
2120
2120
2121
2121
* When neither ``vlim`` nor a list of ``contours`` is passed, MNE sets
2122
- ``vlim`` at ± the maximum absolute value of the data and then chooses
2123
- contours within those bounds.
2122
+ ``vlim`` at ± the maximum absolute value of the data and then chooses
2123
+ contours within those bounds.
2124
2124
2125
2125
* When ``vlim`` but not a list of ``contours`` is passed, MNE chooses
2126
- contours to be within the ``vlim``.
2126
+ contours to be within the ``vlim``.
2127
2127
2128
2128
* When a list of ``contours`` but not ``vlim`` is passed, MNE chooses
2129
- ``vlim`` to encompass the ``contours`` and the maximum absolute value of the
2130
- data.
2129
+ ``vlim`` to encompass the ``contours`` and the maximum absolute value of the
2130
+ data.
2131
2131
2132
2132
* When both a list of ``contours`` and ``vlim`` are passed, MNE uses them
2133
- as-is.
2133
+ as-is.
2134
2134
2135
2135
When ``time=="interactive"``, the figure will publish and subscribe to the
2136
2136
following UI events:
You can’t perform that action at this time.
0 commit comments