3.6.2 UXAXNM/UYAXNM

1.
Function
Draws coordinate axis with positions specified for tick marks and labels.
2.
Call
CALL UXAXNM(CSIDE,UX1,N1,UX2,N2)
CALL UYAXNM(CSIDE,UY1,N1,UY2,N2)
3.
Explanation of Parameters
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.
4.
Notes
(a)
UXAXNM/UYAXNM draws axis using UXPAXS/UYPAXS (ISLCT=2), major tick marks using UXPTMK/UYPTMK (ISLCT=1),. major tick marks using UXPTMK/UYPTMK (ISLCT=2), and labels using UXPNUM/UYPNUM (ISLCT=1).
(b)
When the value specified for N1 is less than 0, UXPTMK/UYPTMK (ISLCT=1) is not called. In this case, give dummy variables to UX1, UY1.
(c)
When the value specified for N2 is less than 0, UXPTMK/UYPTMK (ISLCT=2) and UXPNUM/UYPNUM (ISLCT=1) are not called. In this case, give dummy variables to UX2, UY2.
(d)
The label format can be changed using UXSFMT/UYSMFT (see Section 3.8.4).