DCL:GRPH2:U[XYZ]PACK: Cartesian Coordinate Axis Routines: Explanation of Subroutines: Lower-Level Applications (LLA)
Draws a title.
CALL UXPTTL(CSIDE,ISLCT,CTTL,PX)
CALL UYPTTL(CSIDE,ISLCT,CTTL,PY)
CSIDE (C*1) Specifies the position of the axis to draw the title. (See Section 3.2.) ISLCT (I) Specifies the attributes of the title to be drawn. (See Section 3.4.) CTTL (C*(*)) The title to be drawn. PX, PY (R) Specifies the position to draw the title with a floating-point value between -1 and +1. Left-aligned when -1, centered when 0, and right-aligned when +1.