seaborn.PairGrid.map_offdiag#
- PairGrid.map_offdiag(func, **kwargs)#
Plot with a bivariate function on the off-diagonal subplots.
- Parameters:
- funccallable 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
andlabel
.