swat.cas.table.CASTable.hist

CASTable.hist(column=None, by=None, **kwargs)

Make a histogram from the table data

This method fetches the data from the CAS table and calls the pandas.DataFrame.hist() method to do the rendering. All arguments passed to this method are passed to the DataFrame’s hist() method.

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