Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 350 Bytes

36.md

File metadata and controls

14 lines (8 loc) · 350 Bytes

seaborn.PairGrid.map

译者:sfw134

PairGrid.map(func, **kwargs)

在每个子图中用相同的函数绘制。

参数:func:可调用的绘图函数

必须将 x,y 数组作为位置参数并绘制到“当前活动”的 matplotlib 轴上。还需要接受名为colorlabel的 kwargs。