Skip to content

Commit

Permalink
FIX: Refs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 15, 2023
1 parent 9e816ad commit 9cc6d91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mne/viz/evoked.py
Original file line number Diff line number Diff line change
Expand Up @@ -2654,8 +2654,8 @@ def plot_compare_evokeds(
:class:`dict` of :class:`ints <int>` or :class:`floats <float>`
indicating steps or percentiles (respectively) along the colormap. If
``cmap`` is ``None``, list elements or dict values of ``colors`` must
be :class:`ints <int>` or valid :doc:`matplotlib colors
<matplotlib:tutorials/colors/colors>`; lists are cycled through
be :class:`ints <int>` or valid :ref:`matplotlib colors
<matplotlib:colors_def>`; lists are cycled through
sequentially,
while dicts must have keys matching the keys or conditions of an
``evokeds`` dict (see Notes for details). If ``None``, the current
Expand Down
2 changes: 1 addition & 1 deletion mne/viz/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def plot_events(
Dictionary of event_id integers as keys and colors as values. If None,
colors are automatically drawn from a default list (cycled through if
number of events longer than list of default colors). Color can be any
valid :doc:`matplotlib color <matplotlib:tutorials/colors/colors>`.
valid :ref:`matplotlib color <matplotlib:colors_def>`.
event_id : dict | None
Dictionary of event labels (e.g. 'aud_l') as keys and their associated
event_id values. Labels are used to plot a legend. If None, no legend
Expand Down
4 changes: 2 additions & 2 deletions mne/viz/topomap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2066,8 +2066,8 @@ def plot_evoked_topomap(
the same call as the colorbar. Note also that the colorbar will not be
resized automatically when ``axes`` are provided; use Matplotlib's
:meth:`axes.set_position() <matplotlib.axes.Axes.set_position>` method or
:doc:`gridspec <matplotlib:tutorials/intermediate/arranging_axes>`
interface to adjust the colorbar size yourself.
:ref:`gridspec <matplotlib:arranging_axes>` interface to adjust the colorbar
size yourself.
When ``time=="interactive"``, the figure will publish and subscribe to the
following UI events:
Expand Down

0 comments on commit 9cc6d91

Please sign in to comment.