File: mummer.gp

package info (click to toggle)
mummer 3.23%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,684 kB
  • ctags: 2,571
  • sloc: cpp: 14,187; ansic: 7,537; perl: 4,176; makefile: 369; sh: 175; csh: 44; awk: 17
file content (21 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
set terminal postscript color solid "Courier" 8
set output "mummer.ps"
set size 1,1
set grid
unset key
set border 0
set ticscale 0 0
set xlabel "REF"
set ylabel "H_pyloriJ99_Eslice"
set format "%.0f"
set mouse format "%.0f"
set mouse mouseformat "[%.0f, %.0f]"
set mouse clipboardformat "[%.0f, %.0f]"
set xrange [0:275287]
set yrange [0:265111]
set style line 1  lt 1 lw 2 pt 6 ps 0.5
set style line 2  lt 3 lw 2 pt 6 ps 0.5
set style line 3  lt 2 lw 2 pt 6 ps 0.5
plot \
 "mummer.fplot" title "FWD" w lp ls 1, \
 "mummer.rplot" title "REV" w lp ls 2