notebook.community
Edit and run
In [4]: import matplotlib.pyplot as mpl %matplotlib inline
import matplotlib.pyplot as mpl %matplotlib inline
In [7]: l = mpl.plot([1,3,2,4])
l = mpl.plot([1,3,2,4])
In [ ]: