home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / maj / 2199 / examples / rectan.plt < prev    next >
Text File  |  1994-07-09  |  312b  |  17 lines

  1. # rectan.plt - testing rectangles
  2.  
  3. paper size 11 by 8.5
  4. char size 0.2
  5.  
  6. rectangle from 1 3 to 2 7
  7. pen color 2
  8. rectangle from 1 2 to 5 6
  9. pen color 3
  10. rectangle from 6 6 to 8 7
  11. pen color 4
  12. rectangle from 3 2 to 7 8
  13. pen color 5
  14. rectangle from 1 4 to 4 6 filled
  15.  
  16. pen color 10
  17. label bottom 'rectangles'