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

  1. # decay.plt
  2.  
  3. paper size 11 by 8.5
  4. data 'decay.dat'
  5. map x 0 30 y 0 20000
  6. format x 0 y 0
  7. divi x 3,5 y 4,5
  8. draw x y
  9. ylabel 'Decay Rate, mg/sec'
  10. xlabel 'Time, min'
  11. frame
  12. plot x y
  13. pen color 2
  14. column 3 is y
  15. plot x y
  16. pen color 3
  17. column 4 is y
  18. plot x y
  19. pen color 4
  20. column 5 is y
  21. plot x y
  22. pen color 5
  23. column 6 is y
  24. plot x y
  25. pen color 6
  26. column 7 is y
  27. plot x y
  28. pen color 7
  29. column 8 is y
  30. plot x y
  31. pen color 8
  32. column 9 is y
  33. plot x y
  34. pen color 9
  35. column 10 is y
  36. plot x y
  37.  
  38. char font 3 slant 10 size 0.2
  39. color lblue
  40. title 'Plotting Several Columns of Data'
  41.