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]:
In [ ]: