swat.cas.table.CASTable.plot.pie

CASTable.plot.pie(y=None, **kwargs)

Pie chart

This method fetches the data from the CAS table and uses the pandas.DataFrame.plot.pie() method to plot it. All arguments used in the call to this method are passed to the DataFrame’s plot.pie() method.

Returns:
matplotlib.AxesSubplot or :func:`numpy.array` of them.