swat.cas.table.CASTable.plot.hist

CASTable.plot.hist(self, by=None, bins=10, **kwargs)

Histogram

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

Returns
matplotlib.AxesSubplot or numpy.array() of them.