Google
 

Trailing-Edge - PDP-10 Archives - BB-AI48A-BM - datatrieve/gigi/monitor.cdd-plot
There are 3 other files named monitor.cdd-plot in the archive. Click here to see a list.
{
ie\\W\\I\S\9\HOUSEKEEP\\&\-\4\<\C 0\p[200,0]t(s3w(i1))"Blue"p[200,50]t(w(i2))"Red" 0
\0p[200,150]t(w(i4))"Green"0\7p[200,200]t(w(i5))"Light Blue" 0
\Fp[200,300]t(w(i7))"White"\O9\QHOUSEKEEP
DEFINE PLOT MONITOR
! MONITOR demonstrates color output and allows the user to
! adjust his/her color monitor.
ENTRY 0
    BEGIN
		PLOT HOUSEKEEP 0
	! Display the names of the colors in the correct colors
	PRINT "p[200,0]t(s3w(i1))""Blue""p[200,50]t(w(i2))""Red""",
	      "p[200,100]t(w(i3))""Purple""",
	      "p[200,150]t(w(i4))""Green""",
	      "p[200,200]t(w(i5))""Light Blue""",
	      "p[200,250]t(w(i6))""Yellow""",
	      "p[200,300]t(w(i7))""White"""
		PLOT HOUSEKEEP 2
    END
END_PLOT