FACTOR:  Set the Global Scale Factor.

Usage: FACTOR and factor_c().
Fortran: CALL  FACTOR ( SF )
C:int factor_c();
float sf;

(void)  factor_c( sf );
Parameter(s)Description
SFThe scale factor used to scale all subsequent X and Y coordinates.

The scale factor \fBSF\fP replaces any previous value. Subsequent coordinates ( X, Y ) are scaled to the point ( SF  X, SF  Y ) relative to the current origin.

See Figure 1.1 for a sample FACTOR application.



Figure 1.1:  Sample FACTOR Usage. The initial plotting origin is marked with an asterisk (*).