![]() |
|
Navigation |
Synopsis Render and save a figure to a file.
Function
Description Render figure
fig and write it to the location file .
Currently we only support writing files in png (.png) format.
If no width and height are given the size of the resulting image will be the minimal size required to view the figure. If a width and height is given then the image will be at least that size. More precisely if the minimum size of the figure is smaller than the given size then the figure will be resized to fit in the given size. If the minimum size of the figure is greater than the given size then the image will be the minimum size required to view the figure.
Pitfalls
![]() |