JointGrid.
plot_joint
(self, func, **kwargs)¶Draw a bivariate plot of x and y.
This must take two 1d arrays of data as the first two positional arguments, and it must plot on the “current” axes.
Keyword argument are passed to the plotting function.
Returns self.