how to draw the following figure

Hi everyone, recently I want to have the following figure where each line stands for the significance of each channel, is it possible to do this in MNE?
Screenshot 2024-05-13 at 09.42.40

  • MNE version: e.g. 0.24.0
  • operating system: e.g. macOS 12

Hello,

I don’t think MNE has any built-in plot similar to this one.
But you can always retrieve whatever data is interesting for your plot from MNE’s object and then use matplotlib to plot.

Mathieu

thank you for your answer!