mne.viz.topomap sensor name size too small
See original GitHub issueNames on the topomap are always printed small:
https://github.com/mne-tools/mne-python/blob/master/mne/viz/topomap.py#L604
ax.text(p[0], p[1], ch_id, horizontalalignment='center', verticalalignment='center', size='x-small')
That’s too small if you choose a size of several inches (e.g. 10).
Possible solutions:
- Provide another API parameter
- Derive the parameter from the ‘size’ parameter
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
mne.viz.plot_evoked_topomap — MNE 1.2.2 documentation
If True , show channel names next to each sensor marker. ... Interactive mode works smoothly only for a small amount of topomaps....
Read more >mne.viz.plot_topomap - align data to head outline
I'm wondering (1) why the positions are not aligned to the center, and (2) why does the size not fit on the head...
Read more >Colorbar for mne.viz.plot_topomap ? Python - Stack Overflow
Is it possible to plot the sensors dot a little bigger? Here is the code (I hope that's enough info?): ch_names = mat_data['EEG']['chanlocs'][' ......
Read more >mne.Evoked — MNE 0.15.dev0 documentation
Name of evoked/average FIF file to load. ... If more than one sensor Type is present in the data the channel type ......
Read more >FEATURES SHOWN ON TOPOGRAPHIC MAPS
is similar to a topographic map, except that it ... which show all features at true scale size, small ... name indicates, these...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Another solution, just edit the figure post-hoc:
I upvote @dengemann 's answer. It should do the job.