We’ll need more info to help you. Please follow the instructions / fill out the template for new postings. For your convenience, I’ve copied it here again:
If you have a question or issue with MNE-Python, please include the following info:
MNE-Python version: 0.xx.x
operating system:
Please also provide relevant code snippets – ideally a minimal working example (MWE). To get the correct formatting, paste your Python code, then select it, and click on the Preformatted text toolbar button.
Please edit or remove the above text before submitting your posting.
It’s really important to provide as much information as possible to ensure others will be able to understand your problem and provide some help.
Shouldn’t we assume that there’s something wrong with the montage first before suggesting to fiddle with those plotting parameters? MNE should normally plot everything correctly without such manual interventions …
I think there’s something wrong with the montage, because I carefully compared the data and found that ch_channels has two more channels, CB1 and CB2. But I don’t know how to solve this problem.
Indeed, I see these channels now that I look at the topomap carefully. Are they EEG channels? If not, you should mark them appropriately using raw.set_channel_types and that should fix your problem