Table Of Contents

Search

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

pandas.Series.plot.bar

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

Vertical 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