Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent e23146b commit c0d11bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mne/viz/topomap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2121,14 +2121,14 @@ def plot_evoked_topomap(
* When neither ``vlim`` nor a list of ``contours`` is passed, MNE sets
``vlim`` at ± the maximum absolute value of the data and then chooses
contours within those bounds.
* When ``vlim`` but not a list of ``contours`` is passed, MNE chooses
contours to be within the ``vlim``.
* When a list of ``contours`` but not ``vlim`` is passed, MNE chooses
``vlim`` to encompass the ``contours`` and the maximum absolute value of the
data.
* When both a list of ``contours`` and ``vlim`` are passed, MNE uses them
as-is.
Expand Down

0 comments on commit c0d11bf

Please sign in to comment.