1. 两种方式:
终端输出图像
新窗口输出图像
2.
终端输出命令:
%matplotlib inline
新窗口输出命令:
%matplotlib qt5
注意此两个语句是命令行输入,若在spyder中此语句无效,需要到ipython窗口命令窗口中输入,而若是在juypter notebook中则可以写在Python文件中
3. 对于spyder,可以在设置中更改默认选项。
Tools > Preferences > IPython Console > Graphics > Graphics backend, inline 即终端输出,Qt则是新窗口输出。