DCL:GRPH2:U[XYZ]PACK: Cartesian Coordinate Axis Routines: Explanation of Subroutines: Lower-Level Applications (LLA)
Draws tick marks.
CALL UXPTMK(CSIDE,ISLCT,UX,N)
CALL UYPTMK(CSIDE,ISLCT,UY,N)
CSIDE (C*1) Specifies the position of the axis for the tick marks. (See Section 3.2.) ISLCT (I) Specifies the attributes of the tick marks to be drawn. (See Secion 3.4.) UX, UY (R) An array of length N containing the positions of the tick marks (specified in values in UC). N (I) The length of array UX, UY.