matplotlib折线图 2017-09-10 本文已影响32人 b485c88ab697 matplotlib折线图 x = np.arange(-5,5,0.1) y = x ** 2 plt.plot(x,y)