@@ -23,26 +23,26 @@ set linetype cycle 6
2323
2424set multiplot layout 1,2;
2525set title "(a) O_2";
26- set ylabel "O_2 (% v/v) "
26+ set ylabel "[ O_2] mM "
2727set 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,\
3333 '' using 1:2:3 lt 1 t '' w l,\
3434 '' using 1:4:5 lt 2 t '' w l,\
3535 '' using 1:6:7 lt 3 t '' w l,\
3636 '' using 1:8:9 lt 4 t '' w l,\
3737 '' using 1:10:11 lt 5 t '' w l
3838set title "(b) CH_4";
39- set ylabel "CH_4 (% v/v) "
39+ set ylabel "[ CH_4] mM "
4040set 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,\
4646 '' using 1:2:3 lt 1 t '' w l,\
4747 '' using 1:4:5 lt 2 t '' w l,\
4848 '' using 1:6:7 lt 3 t '' w l,\
0 commit comments