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