DCL:GRPH2:U[XYZ]PACK: Cartesian Coordinate Axis Routines: Explanation of Subroutines: Lower-Level Applications (LLA)
Draws labels specified by text.
NumRu::DCL.uxplbl(cside,islct,ux,ch,nc)
NumRu::DCL.uyplbl(cside,islct,uy,ch,nc)
cside (C*1) Specifies the position of the axis on which to draw the label. (See Section 3.2.) islct (I) Specifies the attributes of the label to be drawn. (See Section 3.4.) ux, uy (R) An array of length n containing the positions to draw the labels (specified in values in UC). ch (C*(NC)) A character-type array of length n with character length nc containing the labels to draw. nc (I) The character length of array ch. n (I) The length of array ux, uy, ch.