fig, axs = plt.subplots(2, 5, figsize=(10, 4), sharex=True, sharey=True) ... 的绘图操作都会指向当前子图,本质上 subplot 也是 Figure.add_subplot 的一种封装。
確定! 回上一頁