Setting the size of a figure as so. plt.figure(figsize=(5, 2.5)) plt.plot([1, 2, 3], [4, 5, 6]) plt.xlabel("x label") plt.ylabel("y label") ...
確定! 回上一頁