当前位置: 代码迷 >> 综合 >> Spyder To make them also appear inline in the Console问题
  详细解决方案

Spyder To make them also appear inline in the Console问题

热度:29   发布时间:2024-02-23 12:09:02.0

解决spyder默认绘图设置问题

Figures now render in the Plots pane by default. 
To make them also appear inline in the Console, 
uncheck "Mute Inline Plotting" under the Plots pane options menu.

初次接触spyder,不熟悉,导致绘图默认为内联,即不会显示到window屏幕上。

打开工具菜单,选择preferences

在这里插入图片描述
进入IPython console,选择Graphics,再在Backend中下拉选择Automatic,点击OK
在这里插入图片描述

完成后请记住需要重启spyder

在这里插入图片描述

  相关解决方案