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