seaborn.PairGrid.pipe# PairGrid.pipe(func, *args, **kwargs)# 将网格传递给用户提供的函数并返回其值。 func 必须接受此类型的对象作为其第一个位置参数。其他参数将被传递。 func 的返回值成为此方法的返回值。如果您想返回 self,请参阅 apply 方法。 在 v0.12.0 中添加。