seaborn.FacetGrid.savefig#
- FacetGrid.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.
This is documentation for an old version. Click here to load docs for the latest release.
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.