gpt4 book ai didi

python - 在 python 中以交互方式显示 matplotlib 中的图形

转载 作者:太空宇宙 更新时间:2023-11-04 09:14:49 28 4
gpt4 key购买 nike

在我的生活中,我无法让 matplotlibipython 中不活跃地显示图形。

我尝试了两种方法 - 每次都得到相同的结果:

In [10]: plot([1,2,3])
Out[10]: [<matplotlib.lines.Line2D at 0x104e9ca50>]

以下是我目前尝试过的两种方法:使用the documentation作为指导,我尝试了两种不同的方法:

首先:

ipython --pylab

plot([1,2,3])
xlabel('hi mom')

In [3]: plot([1,2,3])
Out[3]: [<matplotlib.lines.Line2D at 0x107e369d0>]

第二个:

ipython
import numpy
import pylab

In [5]: pylab.plot([1,2,3])
Out[5]: [<matplotlib.lines.Line2D at 0x104ca7b90>]

如何显示绘图?

最佳答案

您可能设置了非 GUI 后端。尝试执行 pylab.get_backend() 以查看您设置的后端。看文档herehere查看如何设置后端。

关于python - 在 python 中以交互方式显示 matplotlib 中的图形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11066295/

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