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.Axesor numpy.ndarray of them
- axes :