Hexbin

In [85]:
%matplotlib inline
from verticapy.datasets import load_iris
iris = load_iris()
iris.hexbin(["PetalLengthCm", "SepalLengthCm"])
Out[85]:
<AxesSubplot:xlabel='"PetalLengthCm"', ylabel='"SepalLengthCm"'>