Previous: pltio Up: ../plot79_p.html Next: pltlah
SUBROUTINE PLTLAB (LABEL,LENGTH,TOP,CENTER) C$ (Extended Label) C$ Draw a plot label assuming a standard horizontal or C$ vertical page in proportions of the standard paper size. C$ 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$ C$ (07-JUN-85)