... matplotlib.pyplot as plt x = np.arange(1956, 1966) y = [20.5, 23.23, 17.24, 10.19, -4.57, 3.8, 27.14, 33.5, 27.78, 28.5, ] plt.plot(x, ...
確定! 回上一頁