摘要:
###plt.tight_layout() ####注意:位置要在plt.show()之前,所有画图函数之后 (有时间再补代码效果图) 这里放图片↓ 阅读全文
摘要:
###绘制单行或者单列的图表时,不支持索引 ####例: fig, ax = plt.subplots(3, 1) ax[0][0].plot(list,) ax[1][0].plot(list,) ... TypeError: 'AxesSubplot' object does not suppo 阅读全文