|
| 1 | +set terminal pdf color solid enhanced |
| 2 | +set output '16.top_pop_figure.pdf' |
| 3 | +#set datatfile separator "\t" |
| 4 | +set border 3 front linetype -1 linewidth 1.000 |
| 5 | +set boxwidth 0.8 absolute |
| 6 | +set style fill solid 1.00 noborder |
| 7 | +set grid nopolar |
| 8 | +set grid noxtics nomxtics ytics nomytics noztics nomztics \ |
| 9 | + nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics |
| 10 | +set grid layerdefault linetype 0 linewidth 1.000, linetype 0 linewidth 1.000 |
| 11 | +set key bmargin center horizontal Left reverse noenhanced autotitles columnhead nobox |
| 12 | +#unset key |
| 13 | +set style histogram rowstacked title offset character 2, 0.25, 0 |
| 14 | +set datafile missing '-' |
| 15 | +set style data histograms |
| 16 | +#set xtics border in scale 0,0 nomirror rotate by -45 offset character 0, 0, 0 autojustify |
| 17 | +set xtics border in scale 0,0 nomirror rotate by -90 offset character 0, 0, 0 autojustify |
| 18 | +set xtics norangelimit font ",8" |
| 19 | +set xtics () |
| 20 | +set ytics border in scale 0,0 mirror norotate offset character 0, 0, 0 autojustify |
| 21 | +set ztics border in scale 0,0 nomirror norotate offset character 0, 0, 0 autojustify |
| 22 | +set cbtics border in scale 0,0 mirror norotate offset character 0, 0, 0 autojustify |
| 23 | +set rtics axis in scale 0,0 nomirror norotate offset character 0, 0, 0 autojustify |
| 24 | +set xlabel "[O_2] in enrichment" |
| 25 | +set xlabel offset character 0, -2, 0 font "" textcolor lt -1 norotate |
| 26 | +set ylabel "Fraction of population" |
| 27 | +set yrange [ 0 : 100 ] noreverse nowriteback |
| 28 | + |
| 29 | +# setup color blind palette |
| 30 | +#set palette model RGB defined (0 "#88CCEE", 1 "#44AA99", 1 "#117733", 2 "#999933", 2 "#DDCC77", 3 "#CC6677", 4 "#882255", 5 "#AA4499", 6 "grey") |
| 31 | +set linetype 1 lc rgb "#88CCEE" lw 1 |
| 32 | +set linetype 2 lc rgb "#44AA99" lw 1 |
| 33 | +set linetype 3 lc rgb "#117733" lw 1 |
| 34 | +set linetype 4 lc rgb "#999933" lw 1 |
| 35 | +set linetype 5 lc rgb "#DDCC77" lw 1 |
| 36 | +set linetype 6 lc rgb "#CC6677" lw 1 |
| 37 | +set linetype 7 lc rgb "#882255" lw 1 |
| 38 | +set linetype 8 lc rgb "#AA4499" lw 1 |
| 39 | +set linetype 9 lc rgb "gray80" lw 1 |
| 40 | +set linetype cycle 9 |
| 41 | + |
| 42 | +#unset colorbox |
| 43 | +#unset key |
| 44 | + |
| 45 | +plot \ |
| 46 | + newhistogram "15 {/Symbol m}M" lt 2, '16.top_pop_figure.15uM.tab' using 2:xtic(1) t col, '' u 3:xtic(1) t col, 4:xtic(1) t col, 5:xtic(1) t col, 6:xtic(1) t col, 7:xtic(1) t col, 8:xtic(1) t col, \ |
| 47 | + newhistogram "45 {/Symbol m}M" lt 2, '16.top_pop_figure.45uM.tab' using 2:xtic(1) t col, '' u 3:xtic(1) t col, 4:xtic(1) t col, 5:xtic(1) t col, 6:xtic(1) t col, 7:xtic(1) t col, 8:xtic(1) t col, \ |
| 48 | + newhistogram "75 {/Symbol m}M" lt 2, '16.top_pop_figure.75uM.tab' using 2:xtic(1) t col, '' u 3:xtic(1) t col, 4:xtic(1) t col, 5:xtic(1) t col, 6:xtic(1) t col, 7:xtic(1) t col, 8:xtic(1) t col, \ |
| 49 | + newhistogram "150 {/Symbol m}M" lt 2, '16.top_pop_figure.150uM.tab' using 2:xtic(1) t col, '' u 3:xtic(1) t col, 4:xtic(1) t col, 5:xtic(1) t col, 6:xtic(1) t col, 7:xtic(1) t col, 8:xtic(1) t col, \ |
| 50 | + newhistogram "225 {/Symbol m}M" lt 2, '16.top_pop_figure.225uM.tab' using 2:xtic(1) t col, '' u 3:xtic(1) t col, 4:xtic(1) t col, 5:xtic(1) t col, 6:xtic(1) t col, 7:xtic(1) t col, 8:xtic(1) t col |
0 commit comments