seaborn.JointGrid.plot_joint#
- JointGrid.plot_joint(func, **kwargs)#
Draw a bivariate plot on the joint axes of the grid.
- Parameters:
- funcplotting callable
If a seaborn function, it should accept
xandy. Otherwise, it must acceptxandyvectors of data as the first two positional arguments, and it must plot on the “current” axes. Ifhuewas defined in the class constructor, the function must accepthueas a parameter.- kwargs
Keyword argument are passed to the plotting function.
- Returns:
JointGridinstanceReturns
selffor easy method chaining.