How to plot in a new window in Spyder-IDE(Python)

孤者浪人 提交于 2020-01-16 17:51:25

问题


My Spyder-IDE prints the plots in it's ipython console. How can I change the settings to do plotting on a new pop-up window?


回答1:


You need to go to the menu

Tools > Preferences > IPython console > Graphics > Graphics Backend

and select the option called Automatic there.

After doing that you need to restart either Spyder or the console kernel for this change to take effect.



来源:https://stackoverflow.com/questions/54840619/how-to-plot-in-a-new-window-in-spyder-idepython

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!