Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mne/viz/evoked.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,9 @@ def plot_evoked_topo(
"""Plot 2D topography of evoked responses.

Clicking on the plot of an individual sensor opens a new figure showing
the evoked response for the selected sensor.
the evoked response for the selected sensor. After a figure is created,
hotkeys and on-figure controls can be used to adjust the y-limits and
switch between MEG channel views.

Parameters
----------
Expand Down
Loading
Loading