37.md 342 字节
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8
# seaborn.PairGrid.map_diag

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

Plot with a univariate function on each diagonal subplot.

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

> Must take an x array as a positional argument and draw onto the “currently active” matplotlib Axes. Also needs to accept kwargs called `color` and `label`.