mne-tools / mne-tools/mne-python
animate_topomap() without drawing contours?
Open
Nobody has claimed this yet.
EASY
ENH
VIZ
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 1.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 100
Description
Is it possible to create an animation using animate_topomap() without drawing contours?
I can hide contours in plot_topomap() with option contours=0, but I can not find something like this in the animate_topomap().
Is there a way around this limitation?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Evoked.animate_topomap() and compare its contour handling with Evoked.plot_topomap(), where contours=0 is used in the issue. Check how the animation API exposes plotting options; done means users can create an animation without drawing contours.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100