RESIZE
This command adjusts the size of the current plot displayed in the graphics window.

Widget:
- There is no widget interface for this command.
Command:- RESIZE=size
- RESIZE=width, height
Arguments:- size: there are two possible choices for this argument
- "full" resizes the plot to the size of your screen
- "normal" returns the plot to the normal size of IVE plots
- width: the desired width of the plot measured by number of pixels
- height: the desired height of the plot measured by number of pixels
Examples:- RESIZE=full
- RESIZE=800,600
Notes:- The file size of a dumped plot is greatly affected by the size of the plot. The file size of a full-screen plot is about four times larger than that of the default plot size (depending on the size of your monitor).
back to index