modified: diffout.py
[GalaxyCodeBases.git] / tools / gc_dep_plot / test.dem
blobaac78e4bdf74b5da0c1920a3c3a68b7cb170b052
1 reset
2 set xrange [-1:101]
3 #set yrange [0:10]
4 #set y2range [0:100]
5 set border 11
6 set xtics 0,5 nomirror
7 set ytics nomirror
8 set y2tics nomirror
10 set term png font "./arial.ttf" 16 size 1600,1200
11 set output "test.png"
12 set title "GC-dep plot of window_size 300"
13 set xlabel "GC %"
14 set ylabel "Depth"
15 set y2label "Ref. Windows Count"
16 set boxwidth 0.8
17 set style fill empty
18 plot 'test.tsv' using 1:6:5:9:8 with candlesticks lt 3 lw 2 title 'depth' whiskerbars 0.5, \
19      ''         using 1:7:7:7:7 with candlesticks lt -1 lw 2 notitle, \
20      ''         using 1:4 lt rgb "red" lw 2 title 'mean depth', \
21      ''         using 1:2 with points axis x1y2 lt rgb "brown" lw 1 notitle, \
22      ''         using 1:2 smooth csplines axis x1y2 lt rgb "brown" lw 1 title 'Ref. win. cnt.'
23 #pause -1 "Hit return to continue"