#! /usr/bin/env gnuplot set terminal postscript eps color set output "plothist2.eps" set size 8.0/10,4.0/7 set xlabel "score" ,.5 set ylabel "frequency" 1.0 set title "SeqFEATURE score distribution" set key outside samplen 1 plot \ "< cat background-vals_astral40.scores.max_sprot42.ec_3_4_21.act_site_ser.astral40.id.2 | histogram.py -r -400:200:40 -N 1" \ using 2:1 title "background" with linespoints lw 2 \ , "< cat serprot-vals_astral40.scores.max_sprot42.ec_3_4_21.act_site_ser.astral40.id.1 | histogram.py -r -400:200:40 -N 1" \ using 2:1 title "serine endopeptidase" with linespoints lw 2 \ , "< cat trypsin-vals_trypsin_ser.1 | histogram.py -r -400:200:40 -N 1" \ using 2:1 title "trypsin" with linespoints lw 2 \ system "convert -density 120 plothist2.eps plothist2.png"