💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 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`.