pandas.Series.plot.hist
-
Series.plot.hist(bins=10, **kwds)[source] -
Гистограмма.
Параметры: -
bins : integer, default 10 -
Количество интервалов гистограммы.
-
`**kwds` : optional -
Дополнительные ключевые аргументы документированы в
pandas.Series.plot().
Возвращает: -
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.24.2/reference/api/pandas.Series.plot.hist.html