38.md 351 字节
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8
# seaborn.PairGrid.map_offdiag

```py
PairGrid.map_offdiag(func, **kwargs)
```

Plot with a bivariate function on the off-diagonal subplots.

W
wizardforcel 已提交
9
参数:`func`:callable plotting function
W
init  
wizardforcel 已提交
10 11 12

> Must take x, y arrays as positional arguments and draw onto the “currently active” matplotlib Axes. Also needs to accept kwargs called `color` and `label`.