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
- axes :