42.md 425 字节
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6
# seaborn.JointGrid.plot

```py
JointGrid.plot(joint_func, marginal_func, annot_func=None)
```

Y
Yet-sun 已提交
7
绘制完整绘图的快捷方式。
W
init  
wizardforcel 已提交
8

Y
Yet-sun 已提交
9
直接使用 <cite>plot_joint</cite><cite>plot_marginals</cite> 进行更多控制.
W
init  
wizardforcel 已提交
10

Y
Yet-sun 已提交
11
参数:**joint_func, marginal_func:可调用**
W
init  
wizardforcel 已提交
12

Y
Yet-sun 已提交
13
> 绘制双变量和单变量图的函数。
W
init  
wizardforcel 已提交
14

Y
Yet-sun 已提交
15
返回值:`self`:JointGrid 实例
W
wizardforcel 已提交
16

Y
Yet-sun 已提交
17
> 返回 <cite>self</cite>.