Mercurial > repos > iuc > mummer_show_coords
annotate test-data/gnuplot.txt @ 4:cf3c9489c088 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 026db7297e987c1b7ce7f5dd4f8746d1bd435538
author | iuc |
---|---|
date | Mon, 18 Mar 2024 12:41:14 +0000 |
parents | b4124df98b26 |
children |
rev | line source |
---|---|
0
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
1 set terminal png tiny size 800,800 |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
2 set output "out.png" |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
3 set title "Title" |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
4 set size 1,1 |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
5 set grid |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
6 unset key |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
7 set border 15 |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
8 set tics scale 0 |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
9 set xlabel "NG_007476.1:4960-11439" |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
10 set ylabel "NC_000070.6:c41098183-41092724" |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
11 set format "%.0f" |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
12 set mouse format "%.0f" |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
13 set mouse mouseformat "[%.0f, %.0f]" |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
14 set xrange [1:6480] |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
15 set yrange [1:5460] |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
16 set style line 1 lt 2 lw 3 pt 6 ps 1 |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
17 set style line 2 lt 2 lw 3 pt 6 ps 1 |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
18 set style line 3 lt 1 lw 3 pt 6 ps 1 |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
19 plot \ |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
20 "out.fplot" title "FWD" w lp ls 1, \ |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
21 "out.rplot" title "REV" w lp ls 2, \ |
f8734af48332
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
iuc
parents:
diff
changeset
|
22 "out.hplot" title "HLT" w lp ls 3 |