'AxesSubplot'对象不支持索引

时间:2019-05-23 11:02:12

标签: python matplotlib indexing typeerror

我目前正在处理一些调查数据,并且我正在使用python进行分析。我已经实现了以下代码:

img = axes[r][c].pcolormesh(datahist.values, edgecolor='w', linewidth=1)

这给我一个错误:

"TypeError: 'AxesSubplot' object does not support indexing". 

数据集包含两列,一列为序数,另一列为间隔

0 个答案:

没有答案