-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path18.O2_CH4.figure.percent.gplt
executable file
·51 lines (47 loc) · 1.62 KB
/
18.O2_CH4.figure.percent.gplt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
set terminal pdf color solid enhanced size 6.5,3
set output '18.O2_CH4.figure.percent.pdf'
set datafile separator "\t"
set style fill solid 1.00 noborder
set style data lp
set xlabel "Time (h)"
set xtics
set ytics
set tics out
set autoscale y
set grid x y lc rgb "gray80" lt 1
# setup color blind palette
set linetype 1 lc rgb "#8c510a" lw 5 pt 1 ps .3
set linetype 2 lc rgb "#d8b365" lw 5 pt 2 ps .3
set linetype 3 lc rgb "#c7eae5" lw 5 pt 3 ps .3
set linetype 4 lc rgb "#5ab4ac" lw 5 pt 4 ps .3
set linetype 5 lc rgb "#01665e" lw 5 pt 5 ps .3
set linetype 6 lc rgb "gray" lw 1 pt 6 ps .3
set linetype cycle 6
set multiplot layout 1,2;
set title "(a) O_2";
set ylabel "O_2 percent (V/V)"
set key right top
plot '18.O2_CH4.figure.percent.oxygen.tab' using 1:2:3 lt 1 t '15' w yerrorbars, \
'' using 1:4:5 lt 2 t '45' w yerrorbars, \
'' using 1:6:7 lt 3 t '75' w yerrorbars, \
'' using 1:8:9 lt 4 t '150' w yerrorbars, \
'' using 1:10:11 lt 5 t '225' w yerrorbars,\
'' using 1:2:3 lt 1 t '' w l,\
'' using 1:4:5 lt 2 t '' w l,\
'' using 1:6:7 lt 3 t '' w l,\
'' using 1:8:9 lt 4 t '' w l,\
'' using 1:10:11 lt 5 t '' w l
set title "(b) CH_4";
set ylabel "CH_4 percent (V/V)"
set key left bottom
plot '18.O2_CH4.figure.percent.methane.tab' using 1:2:3 lt 1 t '15' w yerrorbars, \
'' using 1:4:5 lt 2 t '45' w yerrorbars, \
'' using 1:6:7 lt 3 t '75' w yerrorbars, \
'' using 1:8:9 lt 4 t '150' w yerrorbars, \
'' using 1:10:11 lt 5 t '225' w yerrorbars,\
'' using 1:2:3 lt 1 t '' w l,\
'' using 1:4:5 lt 2 t '' w l,\
'' using 1:6:7 lt 3 t '' w l,\
'' using 1:8:9 lt 4 t '' w l,\
'' using 1:10:11 lt 5 t '' w l
unset multiplot