Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.plot.barh

Series.plot.barh(**kwds)[source]

Horizontal bar plot

Parameters:

`**kwds` : optional

Additional keyword arguments are documented in pandas.Series.plot().

Returns:
axes : matplotlib.axes.Axes or numpy.ndarray of them
Scroll To Top