my MNE head is so small in Python

:question: If you have a question or issue with MNE-Python, please include the following info:

  • MNE version: e.g. 0.24.0
  • operating system: Windows 10

:page_facing_up: Please also provide relevant code snippets – ideally a minimal working example (MWE).

layout_from_raw =mne.channels.find_layout(raw.info, ch_type='eeg')
layout_from_raw.plot()
plt.show()


but it is supposed to be:

how can I get the head back :disappointed_relieved:

can you provide more details please? The post title says the head is β€œsmall” but I don’t see it in the first image at all. Is it in there, or is it just missing? Also it would really help if you could provide a download link for the raw file that has this problem; if we can’t reproduce the problem it’s much harder to know how to fix it.

1 Like

Hi @chahua, welcome to the MNE discourse forum!

I’m not sure you should use layout for plotting sensor positions. Does it work if you use raw.plot_sensors()?

1 Like