seaborn.PairGrid.savefig#
- PairGrid.savefig(*args, **kwargs)#
Save an image of the plot.
This wraps
matplotlib.figure.Figure.savefig()
, using bbox_inches=”tight” by default. Parameters are passed through to the matplotlib function.
Save an image of the plot.
This wraps matplotlib.figure.Figure.savefig()
, using bbox_inches=”tight”
by default. Parameters are passed through to the matplotlib function.