gpt4 book ai didi

python - 在 Windows 上的 Emacs 中从 py-shell 运行 Matplotlib 或 enthought.mayavi.mlab

转载 作者:太空宇宙 更新时间:2023-11-04 06:38:42 27 4
gpt4 key购买 nike

我可以在常规 cmd shell 中正常运行以下代码:

import matplotlib.pyplot as plt
fig = plt.figure()
plt.show()

它启动一个 Matplotlib 窗口。然而,使用 shell 或 py-shell 在 Emacs 中运行:缓冲区只是挂起,没有窗口启动。这是怎么回事,我该如何解决?

最佳答案

经过大量时间并在 matplotlib 项目页面和 python 模式页面上发布错误后,我发现在 ipython.bat 中提供参数 console --matplotlib 可以解决问题使用 Matplotlib 1.3.1 和 IPython 1.2.0。

这是我的 iphython.bat 文件中的内容:

@python.exe -i D:\devel\Python27\Scripts\ipython-script.py console --matplotlib %*

关于python - 在 Windows 上的 Emacs 中从 py-shell 运行 Matplotlib 或 enthought.mayavi.mlab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4701607/

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