fig=plt.figure(figsize=(4,3),facecolor='blue') plt.show() ... plt.plot(x, np.log(x)) ... left, bottom, width, height = 0.1, 0.1, 0.8, 0.8
確定! 回上一頁