seaborn.JointGrid.plot_marginals
JointGrid.plot_marginals(func, **kwargs) Draw univariate plots for <cite>x</cite> and <cite>y</cite...
JointGrid.plot_marginals(func, **kwargs) Draw univariate plots for <cite>x</cite> and <cite>y</cite...
JointGrid.plot_joint(func, **kwargs) Draw a bivariate plot of <cite>x</cite> and <cite>y</cite>....
JointGrid.plot(joint_func, marginal_func, annot_func=None) Shortcut to draw the full plot. Use <cite>plot_joint<...
class seaborn.JointGrid(x, y, data=None, height=6, ratio=5, space=0.2, dropna=True, xlim=None, ylim=None, size=None) Gri...