import matplotlib.pyplot as plt import numpy as np. fig = plt.figure() plt.plot(np.sin(np.linspace(0, 20, 100))) fig.canvas.layout.width ...
確定! 回上一頁