Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.plot.hist

Series.plot.hist(bins=10, **kwds)[source]

Histogram

Parameters:

bins: integer, default 10

Number of histogram bins to be used

`**kwds` : optional

Additional keyword arguments are documented in pandas.Series.plot().

Returns:
axes : matplotlib.axes.Axes or numpy.ndarray of them
Scroll To Top