[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.4 Export to file (MGL)
- MGL command: write 'fname' [
solid=off
] Exports current picture/frame to file ’fname’ (file type is determined by extension). Solid (usually white) background will be used if
solid=on
. If ’fname’=” then the file ‘frameNNNN.jpg’ is used, where ‘NNNN’ is current frame id.
- MGL command: setsize
w h
Sets size of picture in pixels. This function call must be placed before any plotting command because it completely remove picture content. In some program the call of this function is forbidden.