3.2 Position of Coordinate Axes

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.


CALL SGSVPT(VXMIN,VXMAX,VYMIN,VYMAX)

CALL SGSWND(UXMIN,UXMAX,UYMIN,UYMAX) 

CALL SGSTRN(ITR)

CALL SGSTRF
Then, LLA and ULA can set the coordinate axes in the following positions.
For UXPACK,;



'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)

For UYPACK,;
'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)
The 'B', 'T', and 'U' for the x axis, and the 'L', 'R', and 'U' for the y axis, will be used as a parameter (CSIDE) for specifying the position to draw the components of the coordinate axes (see next section). UXUSER and UYUSER become effective when the internal variables 'UXUSER' and 'UYUSER' are set. (The initial values are undefined.) Hereafter, in this section, an "internal variable" will refer to the internal variable handled by UZpGET/UZpSET (See Section 3.7.1.) These positions for the coordinate axes can be shifted parallel in the Y direction using UXSAXZ or UXSAXS in the UXPACK, and shifted parallel in the X direction using UYSAXZ or UYSAXS in  UYPACK. (See Section (3.8.1.)