DCL:GRPH2:U[XYZ]PACK: Cartesian Coordinate Axis Routines: Explanation of Subroutines: Upper-Level Applications (ULA)
Draws coordinate axis with positions specified for tick marks and labels.
CALL UXAXNM(CSIDE,UX1,N1,UX2,N2)
CALL UYAXNM(CSIDE,UY1,N1,UY2,N2)
CSIDE (C*1) Specifies the position to draw the axis (See Section 3.2.) UX1, UY1 (R) An array of length N1 containing the positions for drawing 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 for drawing the major tick marks (specified in values in UC). N2 (I) The length of array UX2, UY2.