合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# seaborn.JointGrid.plot > 译者:[Yet-sun](https://github.com/Yet-sun) ```py JointGrid.plot(joint_func, marginal_func, annot_func=None) ``` 绘制完整绘图的快捷方式。 直接使用 `plot_joint` 和 `plot_marginals` 进行更多控制. 参数:**joint_func, marginal_func:可调用** > 绘制双变量和单变量图的函数。 返回值:`self`:JointGrid 实例 > 返回 `self`.