File PLOT8.FT (FORTRAN source file)

Directory of image this file is from
This file as a plain text file

C	PLOT8 IS AN CALCOMP COMPATIBLE SET OF PLOTTING
C	SUBROUTINES FOR SEVERAL PLOTTER/DISPLAY INTER-
C	FACES, WITH THE FOLLOWING ENTRYPOINTS :
C
C	PLOTS	:	INITIALIZE THE PLOTTER/DISPLAY
C	PLOT	:	MOVE THE PEN TO A NEW POSITION
C	FACTOR	:	SET A NEW DISPLAY SCALE FACTOR
C	WHERE	:	GET X/Y-COORD AND SCALE VALUES
C	SYMBOL	:	PLOT ALFA CHARACTERS & SYMBOLS
C
	SUBROUTINE PLOT ( XPAGE , YPAGE , IPEN )
C
	IF(IPEN) 100,200,200
100	OLDX = XPAGE
	OLDY = YPAGE
200	IX = XPAGE * 20.
	IY = YPAGE * 20.
	CALL VECTOR ( IX , IY , IPEN )
	RETURN
	END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search