comparison test-data/gnuplot.txt @ 0:a18fb4f826fc draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 8133565adbfc012fa54b96449c2a18d044049107
author iuc
date Wed, 05 Dec 2018 02:37:36 -0500
parents
children e18267f90096
comparison
equal deleted inserted replaced
-1:000000000000 0:a18fb4f826fc
1 set terminal png tiny size 800,800
2 set output "out.png"
3 set title "Title"
4 set size 1,1
5 set grid
6 unset key
7 set border 15
8 set tics scale 0
9 set xlabel "NG_007476.1:4960-11439"
10 set ylabel "NC_000070.6:c41098183-41092724"
11 set format "%.0f"
12 set mouse format "%.0f"
13 set mouse mouseformat "[%.0f, %.0f]"
14 if(GPVAL_VERSION < 5) { set mouse clipboardformat "[%.0f, %.0f]" }
15 set xrange [1:6480]
16 set yrange [1:5460]
17 set style line 1 lt 2 lw 3 pt 6 ps 1
18 set style line 2 lt 2 lw 3 pt 6 ps 1
19 set style line 3 lt 1 lw 3 pt 6 ps 1
20 plot \
21 "out.fplot" title "FWD" w lp ls 1, \
22 "out.rplot" title "REV" w lp ls 2, \
23 "out.hplot" title "HLT" w lp ls 3