The GSET('VSIZE',
. . . ) function sets the vertical dimension, in inches, of the graphics
output area. GSET('VSIZE', . . . ) affects the dimensions of the default
window.
You can reset the VSIZE
value by submitting one of the following statements:
goptions reset=goptions;
goptions reset=all;
goptions vsize=0;