seaborn.PairGrid.map

优质
小牛编辑
132浏览
2023-12-01
PairGrid.map(func, **kwargs)

Plot with the same function in every subplot.

参数:func:callable plotting function

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.