VSIZE

Specifies the vertical dimension of the graphics output area
Operating state: GKCL
Default: 1. VSIZE= graphics option, if specified; 2. device's default VSIZE value

Syntax

return-code-variable=GSET('VSIZE', vsize);

Required Argument

vsize
numeric constant or numeric variable name; indicates the vertical dimension for the graph in inches; must be greater than 0.

Return Codes

This function returns:

Details

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;