seaborn.PairGrid.savefig#

PairGrid.savefig(*args, **kwargs)#

保存绘图的图像。

这包装了 matplotlib.figure.Figure.savefig(),默认情况下使用 bbox_inches=”tight”。参数被传递到 matplotlib 函数。