- MNE-Python version: 0.23.0
- operating system: win10
I want to use the stc.plot function to plot the activity of a specific frequency band power in a certain brain area. Assuming that my data has 4s, I want to plot an image every 0.5s, but I find that I use the climb=‘auto’ parameter will make the information between the images incoherent.
Because I want to see information about power changes over time.
So how should I set the parameters to make each image comparable?