Interactive(?) plotting in Spyder with matplotlib

陌路散爱 提交于 2019-11-29 01:41:28

The run configuration should be set to Execute in current Python or IPython interpreter which by default allows for interactive plotting. If the interpreter is set to Execute in a new dedicated Python interpreter then Interact with the Python interpreter after execution must be selected.

in my case, these were the default settings in spyder however it still didn't show the plot until I typed: %matplotlib inline

Not sure if this is helpful but thought of sharing here.

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