DCL:GRPH2:USPACK: Auto-Scaling Routines :Explanation of Subroutines (Coordinate Axis Routines)
Specifies the title of the coordinate axis and the unit in the sub-label drawn by USDAXS.
CALL USSTTL(CXTTL, CXUNIT, CYTTL, CYUNIT)
CXTTL (C*(*)) The title of the X axis. (i) CXUNIT (C*(*)) The unit of the X axis. (i) CYTTL (C*(*)) The title of the Y axis. (i) CYUNIT (C*(*)) The unit of the Y axis (i)
- (a)
- This routine is equivalent to making 4 calls to USCSTX, and changing the internal variables CXTTL, CXUNIT, CYTTL, and CYUNIT.
- (b)
- When you do not wish to put a title, specify a blank space more than 1 character long.