Previous: pltlah Up: ../plot79_p.html Next: pltll


PLTLAQ

       SUBROUTINE  PLTLAQ (LABEL,LENGTH,TOP,CENTER,IQ)
 C$    (Extended Label in Specified Quadrant)
 C$    Draw a plot  label assuming a  standard horizontal page  of
 C$    the standard paper  size, or if  the selected device  space
 C$    has a smaller width than  height, using a vertical page  of
 C$    the same size.  PLTQF or PLTQB may be called either  before
 C$    or after this routine to establish a quadrant viewport  for
 C$    subsequent plotting.  The arguments are:
 C$
 C$    LABEL(*).......Hollerith character string to be drawn.
 C$    LENGTH.........Number of characters in LABEL(*).   Trailing
 C$                   blanks will be ignored  for the purposes  of
 C$                   centering.
 C$    TOP............ .TRUE. - label in top margin.
 C$                   .FALSE. - label in bottom margin.
 C$    CENTER......... .TRUE. - center label in margin.
 C$                   .FALSE. - left-adjust label in margin.
 C$    IQ.............Quadrant number (1, 2, 3, or 4).
 C$    (10-AUG-89)