I cannot see the plots

  • MNE version: 1.9.0
  • Platform Windows-11-10.0.22631-SP0
  • Python 3.12.7 | packaged by conda-forge | (main, Oct 4 2024, 15:47:54) [MSC v.1941 64 bit (AMD64)]
  • CPU 11th Gen Intel(R) Core™ i5-11400H @ 2.70GHz (12 cores)
    Memory 15.7 GiB

Hi everyone!
I am beginner in Python and MNE Python. I have issues to see the plots.
When I run this:

import mne

fname='ZZZ.fif'

raw = mne.io.read_raw_fif(fname, preload=True)

raw.plot_psd()
raw.plot()

MNE starts and the plot window is displayed, but it immediately disappears :frowning:
This is probably something easy to fix, maybe an installation issue, I don’t know.
I would appreciate it if you could help me.

Hello @mnavarrete and welcome to the forum!

Maybe this posting can help:

Best wishes,
Richard

1 Like

I got it. Thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.