In [11]:
%matplotlib inline

In [12]:
from pylab import *

In [13]:
x = randn(10000)

In [14]:
y = hist(x,100)



In [15]:
figure()


Out[15]:
<matplotlib.figure.Figure at 0x7f2ba1a75908>
<matplotlib.figure.Figure at 0x7f2ba1a75908>

In [ ]: