swat.cas.table.CASTable.boxplot¶
-
CASTable.
boxplot
(self, column=None, by=None, **kwargs)¶ Make a boxplot from the table data
This method fetches the data from the CAS table and calls the pandas.DataFrame.boxplot() method to do the rendering. All arguments passed to this method are passed to the DataFrame’s boxplot() method.
- Returns
- matplotlib.AxesSubplot or numpy.array() of them.
See also