| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
10.4 Export to file (MGL)
- MGL command: write 'fname' [
solid=off] Exports current picture to PNG file 'fname'. Solid (usually white) background will be used if
solid=on.
- 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.
