DCL:GRPH2:U[XYZ]PACK: Cartesian Coordinate Axis Routines: Explanation of Subroutines: Upper-Level Applications (ULA)
Draws a coordinate axis with positions specified for tick marks and labels. Also specifies the label to draw.
CALL UXAXLB(CSIDE,UX1,N1,UX2,CH,NC,N2)
CALL UYAXLB(CSIDE,UY1,N1,UY2,CH,NC,N2)
CSIDE (C*1) Specifies the position of a coordinate axis. (See Section 3.2.) UX1, UY1 (R) An array of length N1 containing the positions to draw the minor tick marks (specified in values in UC). N1 (I) The length of array UX1, UY1. UX2, UY2 (R) An array of length N2 containing the positions to draw the major tick marks and labels (specified in values in UC). CH (C*(NC)) A character-type array of length N2 with character length NC containing the label to draw. NC (I) The character length of array CH. N2 (I) The length of array UX2, UY2, CH.