plt 调整子图间距 和裁剪

ai# 子图间距plt.tight_layout(rect=[0, 0.2, 1, 0.9]) # 自适应图是否重叠,参数是坐标,是子图的覆盖区域,从左0到右1,从下0到上0.9 plt.subplots_adjust(left=None, bottom=None, right=None, top=
posted @ 2023-01-24 23:43  山…隹  阅读(253)  评论(0编辑  收藏  举报