MNE Python Not Saving Topomap Graph
I am building a custom wrapper/driver around the package MNE-Python that does realtime EEG signal analysis. I am taking a static-class approach and has methods like these:
How can I highlight certain channels in a MNE EEG montage plot?
I am experimenting with different subsets of channels in my EEG experiments, so how can I highlight those subsets in an MNE figure? Either by circling them or coloring them differently from the rest. I have the following code to plot a figure of the channels used in my experiment: