Enter search terms or a module, class or function name.
DataFrame.plot.hist(by=None,bins=10,**kwds)[source]¶Histogram
New in version 0.17.0.
| Parameters: | by : string or sequence
bins: integer, default 10
**kwds : optional
|
|---|---|
| Returns: | axes : matplotlib.AxesSubplot or np.array of them |