10 set term png font "./arial.ttf" 16 size 1600,1200
12 set title "GC-dep plot of window_size 300"
15 set y2label "Ref. Windows Count"
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"