pandas.Series.plot.hist

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

直方图

版本0.17.0中的新功能。

参数:

bins:integer,default 10

要使用的直方图仓的数量

** kwds:可选

要传递到pandas.Series.plot()的关键字参数。

返回:

axes:matplotlib.AxesSubplot或np.array

Scroll To Top