plt.figure() plt.subplot(1, 1, 1) plt.plot([1, 2, 3, 4]) plt.ylabel('some numbers') ... where the figsize argument takes a tuple of two values, the width and ...
確定! 回上一頁