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