Stc.plot draws multiple images with uniform upper and lower limits

  • 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?

if you fix the clim and don’t set it to ‘auto’ it should work. At least the colorbar
will be comparable for all images.

ALex