In [1]:
%pylab inline
plot(rand(100),randn(100),'.')


Populating the interactive namespace from numpy and matplotlib
Out[1]:
[<matplotlib.lines.Line2D at 0x7fcf3a9c9358>]

In [ ]: