79ad9f1b68feddb64aedfb005eb0481d453bf8ed
[htsworkflow.git] / htswanalysis / conf / TSSProfileFormat.gnuplot
1 set terminal png
2 set linestyle lw 3
3 set linestyle ps 3
4 set xtics 250
5 set output "OUTNAME"
6 set size 0.6,0.6
7 set xlabel "cycle"
8 set ylabel "percent"
9 set arrow 1 from first "0",graph 0.0 to first "0",graph 1.0 nohead front lw 3 linecolor rgb "#222222"
10 plot "FILENAME" using 1:2 title '' smooth cspline with filledcurve y1=0;