Mercurial > repos > matteoc > agame_custom_tools
diff mytrimmer/out.gp @ 0:68a3648c7d91 draft default tip
Uploaded
author | matteoc |
---|---|
date | Thu, 22 Dec 2016 04:45:31 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mytrimmer/out.gp Thu Dec 22 04:45:31 2016 -0500 @@ -0,0 +1,21 @@ +set terminal png tiny size 800,800 +set output "out.png" +set size 1,1 +set grid +unset key +set border 15 +set tics scale 0 +set xlabel "Assembly" +set ylabel "Assembly_22" +set format "%.0f" +set mouse format "%.0f" +set mouse mouseformat "[%.0f, %.0f]" +set mouse clipboardformat "[%.0f, %.0f]" +set xrange [1:2100] +set yrange [1:2100] +set style line 1 lt 1 lw 3 pt 6 ps 1 +set style line 2 lt 3 lw 3 pt 6 ps 1 +set style line 3 lt 2 lw 3 pt 6 ps 1 +plot \ + "out.fplot" title "FWD" w lp ls 1, \ + "out.rplot" title "REV" w lp ls 2