seaborn.JointGrid.plot_joint

JointGrid.plot_joint(func, **kwargs)

Draw a bivariate plot of x and y.

Parameters:

func : plotting callable

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

kwargs : key, value mappings

Keyword argument are passed to the plotting function.

Returns:

self : JointGrid instance

Returns self.