DrawSize - set size of drawing areaSYNOPSIS
DrawSize ( set | save | restore ) [ expr expr ]DESCRIPTION
If the fist argument is 'set', set the size of the drawing are to the given width and height (in pixels). This can be useful in connection with plotting, so that the user can enforce a certain aspect ratio for the resulting plot.
With the first argument 'save', the current size is saved, this size can be restored by executing the command with the first argument 'restore'. The saved size is also stored in parameter and dump files.
EXAMPLE
DrawSize save DrawSize set 1000 750 DrawSize restoreSEE ALSO
DATE
960206