Table Of Contents

Search

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

pandas.Series.plot.pie

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

Pie chart

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