pandas 0.7.2 documentation

pandas.DataFrame.hist

DataFrame.hist(grid=True, **kwds)

Draw Histogram the DataFrame’s series using matplotlib / pylab.

Parameters :

kwds : other plotting keyword arguments

To be passed to hist function