Name: GRTRAN Purpose: define scaling transformation Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE GRTRAN (IDENT,XORG,YORG,XSCALE,YSCALE) GRPCKG (internal routine): Define scaling transformation. Arguments: IDENT (input, integer): plot identifier, as returned by GROPEN. XORG, YORG, XSCALE, YSCALE (input, real): parameters of the scaling transformation. This is defined by: XABS = XORG + XWORLD * XSCALE, YABS = YORG + YWORLD * YSCALE, where (XABS, YABS) are the absolute device coordinates corresponding to world coordinates (XWORLD, YWORLD). Updates: Oct 16, 1998: JPT automatically extracted from source.