matplotlib 减少subplot空白

调整前: ... fig = Figure(figsize=(width, height)) self.ax1 = fig.add_subplot(311) self.ax2 = fig.add_subplot(312) self.ax3 = fig.add_subplot(313) ... 调整后: ... fig = Figure(figsize=(width, height)) self.a
相关文章
相关标签/搜索