view test-data/gnuplot.txt @ 3:b4124df98b26 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit bacb32814054404587451948b3a6682cf0d1a33a"
author iuc
date Sat, 27 Nov 2021 10:00:07 +0000
parents f8734af48332
children
line wrap: on
line source

set terminal png tiny size 800,800
set output "out.png"
set title "Title"
set size 1,1
set grid
unset key
set border 15
set tics scale 0
set xlabel "NG_007476.1:4960-11439"
set ylabel "NC_000070.6:c41098183-41092724"
set format "%.0f"
set mouse format "%.0f"
set mouse mouseformat "[%.0f, %.0f]"
set xrange [1:6480]
set yrange [1:5460]
set style line 1  lt 2 lw 3 pt 6 ps 1
set style line 2  lt 2 lw 3 pt 6 ps 1
set style line 3  lt 1 lw 3 pt 6 ps 1
plot \
 "out.fplot" title "FWD" w lp ls 1, \
 "out.rplot" title "REV" w lp ls 2, \
 "out.hplot" title "HLT" w lp ls 3