home *** CD-ROM | disk | FTP | other *** search
- # graph1.plt
-
- paper size 11 by 8.5
- subplot 2.1 1.75 10 6.5
- x log ; y log
- char size 0.2
- map x 100.0 10000.0 y 10. 10000.0
- draw x ref y ref
-
- xlabel 'Specific conductance (\F2 g\F1 ), \F2 m\F1 mhos'
- ylabel 'Concentration (ppm)'
- title 'as computed from total EPM (\F2 b)'
- title 'SPECIFIC CONDUCTIVITY OF AQUEOUS SOLUTIONS'
- title 'graph1.plt'
- legend at 4.8 3.2 offset 1.7
- pen 1 'NaHCO\D3\U \F2 g\F1 = 90.0\F2 b'
- pen 2 'Na\D2\USO\D4\U \F2 g\F1 =123.0\F2 b\U0.939'
- pen 3 'NaCl \F2 g\F1 =101.0\F2 b\U0.949'
- end
- mask off
-
- pen color red
- data
- 110 50
- 9000 4000
- end
- plot x y con
-
- pen style 2
- data
- 110 500
- 9000 2000
- end
- plot x y con
-
- pen style 3
- data
- 110 5000
- 9000 500
- end
- plot x y con