Skip to content

DOC: remove incorrect colorbar reference from contours_topomap docstring#13682

Open
deveshbervar wants to merge 1 commit intomne-tools:mainfrom
deveshbervar:fix-plot-topomap-docstring
Open

DOC: remove incorrect colorbar reference from contours_topomap docstring#13682
deveshbervar wants to merge 1 commit intomne-tools:mainfrom
deveshbervar:fix-plot-topomap-docstring

Conversation

@deveshbervar
Copy link

Fixes #12698

What was changed

Removed the incorrect reference to the non-existent colorbar argument
from the contours parameter description in mne.viz.plot_topomap().

Why this change

The docstring mentioned colorbar=True, but plot_topomap() does not
have a colorbar argument. This PR updates the documentation to remove
the incorrect reference.

Implementation

  • Updated docdict["contours_topomap"] in mne/utils/docs.py
  • Removed the sentence referring to colorbar=True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docstring of mne.viz.plot_topomap() incorrect

1 participant