DCL:GRPH2:U[XYZ]PACK: Cartesian Coordinate Axis Routines
To use this package, the normalization transformation (in a Cartesian coordinate system) for transformation function number ITR=1-4 must be set. (See the user's manual for "GRPH1.") For example, assume that the following calls have been made.
Then, LLA and ULA can set the coordinate axes in the following positions.CALL SGSVPT(VXMIN,VXMAX,VYMIN,VYMAX) CALL SGSWND(UXMIN,UXMAX,UYMIN,UYMAX) CALL SGSTRN(ITR) CALL SGSTRF
'B'ottom | - on a line connecting (UXMIN, UYMIN) and (UXMAX, UYMIN) |
'T'op | - on a line connecting (UXMIN, UYMAX) and (UXMAX, UYMAX) |
'U'ser | - on a line connecting (UXMIN, UYUSER) and (UXMAX, UYUSER) |
'L'eft | - on a line connecting (UXMIN, UYMIN) and (UXMIN, UYMAX) |
'R'ight | - on a line connecting (UXMAX, UYMIN) and (UXMAX, UYMAX) |
'U'ser | - on a line connecting (UXUSER, UYMIN) and (UXUSER, UYMAX) |