seaborn.PairGrid.apply#
- PairGrid.apply(func, *args, **kwargs)#
Pass the grid to a user-supplied function and return self.
The
func
must accept an object of this type for its first positional argument. Additional arguments are passed through. The return value offunc
is ignored; this method returns self. See thepipe
method if you want the return value.Added in v0.12.0.