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

  1. # graph1.plt
  2.  
  3. paper size 11 by 8.5
  4. subplot 2.1 1.75 10 6.5
  5. x log ; y log
  6. char size 0.2
  7. map x 100.0 10000.0 y 10. 10000.0
  8. draw x ref y ref
  9.  
  10. xlabel 'Specific conductance (\F2 g\F1 ), \F2 m\F1 mhos'
  11. ylabel 'Concentration (ppm)'
  12. title 'as computed from total EPM (\F2 b)'
  13. title 'SPECIFIC CONDUCTIVITY OF AQUEOUS SOLUTIONS'
  14. title 'graph1.plt'
  15. legend at 4.8 3.2 offset 1.7
  16. pen 1 'NaHCO\D3\U \F2 g\F1 = 90.0\F2 b'
  17. pen 2 'Na\D2\USO\D4\U \F2 g\F1 =123.0\F2 b\U0.939'
  18. pen 3 'NaCl    \F2 g\F1 =101.0\F2 b\U0.949'
  19. end
  20. mask off
  21.  
  22. pen color red
  23. data
  24.  110   50
  25. 9000 4000
  26. end
  27. plot x y con
  28.  
  29. pen style 2
  30. data
  31.  110  500
  32. 9000 2000
  33. end
  34. plot x y con
  35.  
  36. pen style 3
  37. data
  38.  110 5000
  39. 9000  500
  40. end
  41. plot x y con
  42.