save
Saves a qplot figure
Call signature:
save(ofn=None, reso=300, qual=95)
Help text:
save(ofn) saves the current qplot figure to the named file.
save(ext), where ext is just a filename extension (without the dot), uses the name of the current figure.
Optional argument reso specifies bitmap resolution for png/jpeg output. (The default is 300 dpi).
Optional argument qual specifies quality for jpeg output. (The default is 95.) save without arguments saves to pdf.
Download pdf