HSIZE

Specifies the horizontal dimension of the graphics output area
Operating state: GKCL
Default: 1. HSIZE= graphics option, if specified; 2. HSIZE device parameter

Syntax

return-code-variable=GSET('HSIZE', hsize);

Required Argument

hsize
numeric constant or numeric variable name; specifies the horizontal dimension, in inches, of the graphics output area; must be greater than 0.

Return Codes

This function returns:

Details

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