Only show one view of the brain when plotting the split hemispheres of SourceEstimate

  • MNE version: e.g. 1.4.0/1.5.0
  • operating system: Ubuntu 22.04

When I plot SourceEstimate, I found it is normal when I just plot one view of the brain at a time, but it fails to show another view if I plot two views simultaneously. E.g, the following cases don’t work.

source_estimate.plot(SUBJECT, ,
                        views=[ 'lateral','medial'],
                     )
source_estimate.plot(SUBJECT, 
                       hemi='split'
                     )

And the rendered figures look like below

However, when I use my another laptop with the same matplotlib, MNE version and operating system, it works.

I also tried to use different MNE versions (1.4.0 and 1.5.0) and different IDEs (vscode and spyder), but the issue still exists.

So that’s really confusing me!

Any updates on this problem? I’ve just got the same issue, it’s rather mind-boggling.