@@ -23,26 +23,26 @@ set linetype cycle 6
23
23
24
24
set multiplot layout 1,2;
25
25
set title "(a) O_2";
26
- set ylabel "O_2 (% v/v) "
26
+ set ylabel "[ O_2] mM "
27
27
set key right top
28
- plot '17.O2_CH4.figure.oxygen.tab' using 1:2:3 lt 1 t '5 ' w yerrorbars, \
29
- '' using 1:4:5 lt 2 t '15 ' w yerrorbars, \
30
- '' using 1:6:7 lt 3 t '25 ' w yerrorbars, \
31
- '' using 1:8:9 lt 4 t '50 ' w yerrorbars, \
32
- '' using 1:10:11 lt 5 t '75 ' w yerrorbars,\
28
+ plot '17.O2_CH4.figure.oxygen.tab' using 1:2:3 lt 1 t '15 ' w yerrorbars, \
29
+ '' using 1:4:5 lt 2 t '45 ' w yerrorbars, \
30
+ '' using 1:6:7 lt 3 t '75 ' w yerrorbars, \
31
+ '' using 1:8:9 lt 4 t '150 ' w yerrorbars, \
32
+ '' using 1:10:11 lt 5 t '225 ' w yerrorbars,\
33
33
'' using 1:2:3 lt 1 t '' w l,\
34
34
'' using 1:4:5 lt 2 t '' w l,\
35
35
'' using 1:6:7 lt 3 t '' w l,\
36
36
'' using 1:8:9 lt 4 t '' w l,\
37
37
'' using 1:10:11 lt 5 t '' w l
38
38
set title "(b) CH_4";
39
- set ylabel "CH_4 (% v/v) "
39
+ set ylabel "[ CH_4] mM "
40
40
set key left bottom
41
- plot '17.O2_CH4.figure.methane.tab' using 1:2:3 lt 1 t '5 ' w yerrorbars, \
42
- '' using 1:4:5 lt 2 t '15 ' w yerrorbars, \
43
- '' using 1:6:7 lt 3 t '25 ' w yerrorbars, \
44
- '' using 1:8:9 lt 4 t '50 ' w yerrorbars, \
45
- '' using 1:10:11 lt 5 t '75 ' w yerrorbars,\
41
+ plot '17.O2_CH4.figure.methane.tab' using 1:2:3 lt 1 t '15 ' w yerrorbars, \
42
+ '' using 1:4:5 lt 2 t '45 ' w yerrorbars, \
43
+ '' using 1:6:7 lt 3 t '75 ' w yerrorbars, \
44
+ '' using 1:8:9 lt 4 t '150 ' w yerrorbars, \
45
+ '' using 1:10:11 lt 5 t '225 ' w yerrorbars,\
46
46
'' using 1:2:3 lt 1 t '' w l,\
47
47
'' using 1:4:5 lt 2 t '' w l,\
48
48
'' using 1:6:7 lt 3 t '' w l,\
0 commit comments