Google
 

Trailing-Edge - PDP-10 Archives - decuslib10-12 - 43,50547/pltlib/v12/plotro.hlp
There are 2 other files named plotro.hlp in the archive. Click here to see a list.
PLOTROUTINES							6-Oct-82

The following is a summary of arguments to the plotting routines:

CALL ERASE				!Clear the screen
CALL FACTOR (FACT)			!Set scaling factor
CALL FACTOR (FACT, FACTY)		!Set X and Y scaling factors
I =  ISETAB(ITABLE)			!Change table used by SYMBOL
CALL OPRTXT (IARRAY, N)			!Send a message to the OPR
CALL PAUSEP (NSEC)			!Pause plotter for a few seconds
CALL PLOT (X, Y, IFUNC)			!General call to PLOT
CALL PLOT (X, Y, 999)			!Finish the plot
CALL PLOTS (IERR)			!Starts plot, replaces IERR=IPLOT(0)
CALL PLOTS (IERR, ITYPE, IFILE)		!ITYPE=0, 'TEK', 'SPOOL', or 'GIGI'
CALL ROTATE (IFUNC, X, Y, ANGLE)	!Rotate coordinate system
CALL SETWIN (WX, WY, PRVX, PRVY)	!Set window size greater than 11 by 11
CALL SUBWIN (IFUNC, IVALUE, X0, Y0, WIDTH, HEIGHT)	!Define a sub-window
CALL TITLE (X, Y, HEIGHT, ICHAR, ANGLE, NUMCHR)	!Same as SYMBOL, using ISETAB(1)
CALL WHERE (X, Y)			!Get current coordinates
CALL WHERE (X, Y, FACT, IPLT, FACTY)	!Get type of plotter and scaling factors
CALL XHAIRS (XPOS, YPOS, LETTER)	!Crosshairs on TEKTRONIX or GIGI

[End of PLOTRO.HLP]			.PRINT DOC:PLOT.DOC for more details