You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Judging from my plots, the data is displayed correctly.
Also for EEG, I don't believe a "channel index" on the Y axis is helping anyone looking at this plot…
you can pass show_names="all" to fix this (see API), but then you have to make the axes bigger as well (or tick label font smaller), else the channel labels overlap by too much
Describe the bug
evoked.plot_image
with thegroup_by
parameter produces faulty sub-panel titles.Steps to reproduce
Expected results
A plot with 3 sub-panels. the titles should be "Left", "Midline", "Right" ... pretty much as here: https://mne.tools/stable/auto_examples/visualization/roi_erpimage_by_rt.html#sphx-glr-auto-examples-visualization-roi-erpimage-by-rt-py
Actual results
All sub-panels have the title "Left"
This is also the case here: https://mne.tools/stable/auto_tutorials/stats-sensor-space/20_erp_stats.html
Additional information
happens on mne CI in
main
branch (2022-05-06)The text was updated successfully, but these errors were encountered: