gpt4 book ai didi

python - 属性错误 : module 'matplotlib.pyplot' has no attribute 'axline'

转载 作者:行者123 更新时间:2023-12-05 04:37:20 25 4
gpt4 key购买 nike

我有一个问题:

这是文档:https://matplotlib.org/stable/gallery/pyplots/axline.html#sphx-glr-gallery-pyplots-axline-py

这是我的代码

import matplotlib.pyplot as plt
import numpy as np

for pos in np.linspace(-2, 1, 10):
plt.axline((pos, 0), slope=0.5, color='k', transform=plt.gca().transAxes)

plt.ylim([0, 1])
plt.xlim([0, 1])
plt.show()

这是终端:

Traceback (most recent call last):
File "/home/toto/path/of/the/project/testsubplot.py", line 7, in <module>
plt.axline((pos, 0), slope=0.5, color='k', transform=plt.gca().transAxes)
AttributeError: module 'matplotlib.pyplot' has no attribute 'axline'

我在 Ubuntu 20.1 上,我有 matplotlib-3.5.1。

为什么会出现这个错误?我真的不明白为什么我有 AttributeError: module 'matplotlib.pyplot' has no attribute 'axline'。事实上它有属性,那么为什么我有这个错误?我该如何解决?

最佳答案

!pip 安装 matplotlib --upgrade在 google colab 中,这对我有用

关于python - 属性错误 : module 'matplotlib.pyplot' has no attribute 'axline' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70714720/

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