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
相關文章
相關標籤/搜索