Skip to content

Commit

Permalink
Fix sphinx error (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuskas authored Jan 14, 2025
1 parent 7a3cdb5 commit e23146b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mne/viz/topomap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2121,14 +2121,18 @@ 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.
When ``time=="interactive"``, the figure will publish and subscribe to the
following UI events:
Expand Down

0 comments on commit e23146b

Please sign in to comment.