JointGrid.
plot
(self, joint_func, marginal_func, **kwargs)¶Draw the plot by passing functions for joint and marginal axes.
This method passes the kwargs
dictionary to both functions. If you
need more control, call JointGrid.plot_joint()
and
JointGrid.plot_marginals()
directly with specific parameters.
Functions to draw the bivariate and univariate plots. See methods referenced above for information about the required characteristics of these functions.
Additional keyword arguments are passed to both functions.
JointGrid
instanceReturns self
for easy method chaining.