- MNE-Python version: 0.23.0
Why does Brain’s 3D image always flash by when I use the sample code to draw pictures?
(plot_label_from_stc.py)
Generate a functional label from source estimates — MNE 0.22.0 documentation
You mean they open and immediately disappear? Try running the script via python -i
instead of just python
, this will prevent the interpreter from quitting once the end of the script has been reached.
You are very right, I have solved this problem. I selected ‘Run with Python Console’ in pycharm to prevent the program from exiting