gpt4 book ai didi

python - Matplotlib: TypeError: 'AxesSubplot' 对象不可订阅

转载 作者:太空宇宙 更新时间:2023-11-03 12:53:32 25 4
gpt4 key购买 nike

<分区>

我正在尝试制作包含在两个数据帧 df1 和 df2 中的变量“x”的简单箱线图。为此,我使用以下代码:

fig, axs = plt.subplots()
axs[0, 0].boxplot([df1['x'], df2['x']])
plt.show();

但是,我明白了:

---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-108-ce962754d553> in <module>()
----> 2 axs[0, 0].boxplot([df1['x'], df2['x']])
3 plt.show();
4

TypeError: 'AxesSubplot' object is not subscriptable

有什么想法吗?

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