DCL:GRPH2:U[XYZ]PACK: Cartesian Coordinate Axis Routines: Explanation of Subroutines: Upper-Level Applications (ULA)
Draws a minor title.
CALL UXSTTL(CSIDE,CTTL,PX)
CALL UYSTTL(CSIDE,CTTL,PY)
CSIDE (C*1) Specifies the position to draw the axis. (See Section 3.2.) CTTL (C*(*)) The title to draw. 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.