seaborn.JointGrid.plot

JointGrid.plot(self, joint_func, marginal_func, annot_func=None)

Shortcut to draw the full plot.

Use plot_joint and plot_marginals directly for more control.

Parameters
joint_func, marginal_func: callables

Functions to draw the bivariate and univariate plots.

Returns
selfJointGrid instance

Returns self.