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

  1. # arrow.plt
  2.  
  3. paper size 11 by 8.5
  4. char size 0.2
  5.  
  6. arrow  from 1.5 7.5  to 3.5 7.5  type 1
  7. label at 1 7.5  '1'
  8. pen color 2
  9. arrow  from 1.5 6    to 3.5 6    type 2
  10. label at 1 6    '2'
  11. pen color 3
  12. arrow  from 1.5 4.5  to 3.5 4.5  type 3
  13. label at 1 4.5  '3'
  14. pen color 4
  15. arrow  from 1.5 3    to 3.5 3    type 4
  16. label at 1 3    '4'
  17. pen color 5
  18. arrow  from 1.5 1.5  to 3.5 1.5  type 5
  19. label at 1 1.5  '5'
  20.  
  21. pen color 2
  22. arrow  from 9 7      to  9 5
  23. pen color 3
  24. arrow  from 6 7      to  5 6
  25. pen color 4
  26. arrow  from 5 3      to  6 3
  27. pen color 5
  28. arrow  from 5 1      to  6 2
  29. pen color 6
  30. arrow  from 7 7      to  7 8
  31. pen color 7
  32. arrow  from 5 8      to 10 1
  33.  
  34. pen color 10
  35. label bottom 'arrows'