标签: matplotlib
我想在子图中添加一个子图:
fig,_tax= plt.subplots(2,1) ax=_tax.add_subplots(2,1)
不幸的是,它给了我以下错误:
AttributeError: 'AxesSubplot' object has no attribute 'add_subplots'
有没有办法做到这一点?