plt.close('all') fig = plt.figure() ax1 = plt.subplot(221) ax2 ... for ax in grid: example_plot(ax) ax.title.set_visible(False) plt.tight_layout() ...
確定! 回上一頁