# seaborn.JointGrid.plot ```py JointGrid.plot(joint_func, marginal_func, annot_func=None) ``` 绘制完整绘图的快捷方式。 直接使用 <cite>plot_joint</cite> 和 <cite>plot_marginals</cite> 进行更多控制. 参数:**joint_func, marginal_func:可调用** > 绘制双变量和单变量图的函数。 返回值:`self`:JointGrid 实例 > 返回 <cite>self</cite>.