Python :matplotlib subplots 用法 · fig, ax = plt.subplots(2,2) 中的ax就是存放四個子圖的地方 · 可以像 numpy 一樣直接指定位置,如第2行 ax[0,0].plot( ...
確定! 回上一頁