gpt4 book ai didi

python - 在 Spyder 中,使用 Matplotlib 和交互式缩放等进行绘图

转载 作者:太空狗 更新时间:2023-10-29 17:52:34 26 4
gpt4 key购买 nike

我最近从 Enthought Canopy 切换到 Anaconda 并使用 Spyder IDE。我注意到当我绘制一些数据时,

import matplotlib.pyplot as plt
plt.figure()
plt.plot(rigs2)
plt.ion()
plt.show()

它在 IPython 控制台中显示为内联图形:

Result from the plt.plot() command

但是,在 Enthought 中,绘图通常会显示在带有缩放、后退和前进按钮的单独窗口中。有什么方法可以在 Spyder 中实现同样的效果吗?

最佳答案

从菜单中选择 Tools > Preferences,然后选择左侧类别列表中的 IPython console,然后选择选项卡 Graphics顶部,并将 Graphics backendInline 更改为例如Qt
不过对我来说,数字总是在背景中弹出。
(我使用与 WinPython 3.4 捆绑在一起的 Spyder 3.0.0dev。)

关于python - 在 Spyder 中,使用 Matplotlib 和交互式缩放等进行绘图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36700083/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com