标签: python matplotlib
正在使用matplotlib处理子图,但弹出错误。
fig, axes = plt.subplots(2,2) for ax in axes: ax.plot(x,y**3) fig