DCL:GRPH2:U[XYZ]PACK: Cartesian Coordinate Axis Routines: Explanation of Subroutines: Upper-Level Applications (ULA)
Draws coordinate axis with intervals specified for tick marks and labels.
CALL UXAXDV(CSIDE,DX1,DX2)
CALL UYAXDV(CSIDE,DY1,DY2)
CSIDE (C*1) Specifies the position of the axis. (See Section 3.2.) DX1, DY1 (R) Specifies the interval for drawing minor tick marks (specified in values in UC.) DX2, DY2 (R) Specifies the interval for drawing major tick marks and labels. (specified in values in UC.) DX2 and DY2 must have values of DX1 and DY1 multiplied by integer factors, respectively.