seaborn.JointGrid.plot_joint

JointGrid.plot_joint(self, func, **kwargs)

Draw a bivariate plot of x and y.

Parameters
funcplotting callable

This must take two 1d arrays of data as the first two positional arguments, and it must plot on the “current” axes.

kwargskey, value mappings

Keyword argument are passed to the plotting function.

Returns
selfJointGrid instance

Returns self.