notebook.community
Edit and run
In [ ]: import matplotlib.pyplot as plt %matplotlib inline x = [1,2,3,4,5] y = [5,4,3,2,1] plt.plot(x,y)
import matplotlib.pyplot as plt %matplotlib inline x = [1,2,3,4,5] y = [5,4,3,2,1] plt.plot(x,y)