JointGrid.
savefig
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.
matplotlib.figure.Figure.savefig()