On this page
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
-
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.Series.plot.hist.html