save
Saves a qplot figure
Call signature:
save(ofn=None, reso=None)
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.
save(ofn, reso) specifies bitmap resolution for png/jpeg output.
save without arguments saves to pdf.
Download pdf