seaborn.FacetGrid.apply#

FacetGrid.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 of func is ignored; this method returns self. See the pipe method if you want the return value.

Added in v0.12.0.