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
- axes :