save |
t=file_type | Specifies the file type, where file_type may be one of: Enhanced Windows metafile (“emf” or “meta”), ordinary Windows metafile (“wmf”), Encapsulated PostScript (“eps” or “ps”), Bitmap file (“bmp”), Graphics Interchange Format (“gif”), Joint Photographic Experts Exchange (“jpeg” or “jpg”), Portable Network Graphics (“png”), Portable Document Format (“pdf”), LaTeX (“tex”), Markdown (“md”), or MPEG-4 (“mp4”). Files will be saved with the “.emf”, “.wmf”, “.eps”, “.bmp”, “.gif”, “.jpeg”, “.png”, “.pdf”, “.tex”, “.md”, or “.mp4” extensions, respectively. |
u=units | Specify units of measurement, where units is one of: “in” (inches), “cm” (centimeters), “pt” (points), “pica” (picas), “pixels” (pixels). Note: pixels are only applicable to bmp, gif, jpeg, and png files. Default is inches otherwise. |
w=width | Set width of the graphic in the selected units. |
h=height | Set height of the graphic in the selected units. |
c / -c | [Save / Do not save] the graph in color. |
trans / -trans | [Set / Do not set] background to transparent (for graph formats which support transparency). |
d = dpi | Specify the number of dots per inch. Only applicable to bmp, gif, jpeg, and png files when units has not been set to pixels. In the case units = “pixels”, it is ignored. |
box / -box | [Save / Do not save] the graph with a bounding box. The bounding box is an invisible rectangle placed around the graphic to indicate its boundaries. The default is taken from the global graph export settings. |
land | Save the graph in landscape orientation. The default uses portrait mode. |
prompt | Force the dialog to appear from within a program. |