JointGrid.plot(joint_func, marginal_func, annot_func=None)
Shortcut to draw the full plot.
Use <cite>plot_joint</cite> and <cite>plot_marginals</cite> directly for more control.
参数:joint_func, marginal_func:callables
Functions to draw the bivariate and univariate plots.
返回值:self
:JointGrid instance
Returns <cite>self</cite>.