swat.cas.table.CASTable.plot.hexbin

CASTable.plot.hexbin(x=None, y=None, C=None, reduce_C_function=None, gridsize=None, **kwargs)

Hexbin plot

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

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