pandas 0.7.2 documentation

pandas.Series.hist

Series.hist(ax=None, grid=True, **kwds)

Draw histogram of the input series using matplotlib

Parameters :

ax : matplotlib axis object

If not passed, uses gca()

kwds : keywords

To be passed to the actual plotting function

Notes

See matplotlib documentation online for more on this