CALL PLT2( XTITLE, NX, YTITLE, NY, X, Y, NPTS, IPLOT, ISYMB, ILINE, Y0 ) This subroutine is an "INFOPLT" type plot subroutine, it provides a quick way to produce a plot. XTITLE Character string containing the title for the X axis. NX Number of characters in the above string. YTITLE Character string containing the title for the Y axis. NY Number of characters in the above string. X, Y Array of values to be plotted. NPTS Number of points in the above arrays. IPLOT Plotting control. IPLOT = 0, Only the axes are drawn. = 1, Axes and the data are drawn. > 1, Only the data is drawn. ISYMB Type of symbol, see HELP MYLIB SYMBOL. ILINE Type of line, see HELP MYLIB DSHPLT. Y0 Height of the plot above the plot origin, inches. Notes: This routine searches the X and Y arrays for the minimum and the maximum values, these are then feed into SCALE and the AXES constructed. The X axis is 7 inches long; the Y, 4 inches. The plot will be 2 inches to the right and Y0 inches above the plot origin. These values allow two plots to be placed on the screen of a Tektronix 4014. Written by: R. Silcox Located at: DB0:[1,60] as .FTN & .OBJ