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

  1. # flat.plt - show how the legend flat command works
  2.  
  3. paper size 11 by 8.5
  4. font 1
  5. color green
  6.  
  7. # flat framed legend left justified
  8.  
  9. legend at 1 3 framed flat
  10. 'text 1' symbol 1
  11. 'text 2' symbol 2
  12. 'text 3' symbol 3
  13. end
  14.  
  15. # flat framed legend center justified
  16.  
  17. legend center at 5.5 5 framed flat
  18. 'text 1' symbol 1
  19. 'text 2' symbol 2
  20. 'text 3' symbol 3
  21. end
  22.  
  23. # flat framed legend right  justified
  24.  
  25. legend right at 10 7 framed flat
  26. 'text 1' symbol 1
  27. 'text 2' symbol 2
  28. 'text 3' symbol 3
  29. end
  30.  
  31. label bottom 'flat legends'