seaborn.objects.Plot.save#
- Plot.save(loc, **kwargs)#
Compile the plot and write it to a buffer or file on disk.
- Parameters:
- locstr, path, or buffer
Location on disk to save the figure, or a buffer to write into.
- kwargs
Other keyword arguments are passed through to
matplotlib.figure.Figure.savefig()
.