Mercurial > repos > matteoc > agame_custom_tools
comparison mytrimmer/aaa.gp @ 0:68a3648c7d91 draft default tip
Uploaded
author | matteoc |
---|---|
date | Thu, 22 Dec 2016 04:45:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:68a3648c7d91 |
---|---|
1 set terminal png tiny size 800,800 | |
2 set output "aaa.png" | |
3 set size 1,1 | |
4 set grid | |
5 unset key | |
6 set border 15 | |
7 set tics scale 0 | |
8 set xlabel "Assembly" | |
9 set ylabel "Assembly_22" | |
10 set format "%.0f" | |
11 set mouse format "%.0f" | |
12 set mouse mouseformat "[%.0f, %.0f]" | |
13 set mouse clipboardformat "[%.0f, %.0f]" | |
14 set xrange [1:2100] | |
15 set yrange [1:2100] | |
16 set style line 1 lt 1 lw 3 pt 6 ps 1 | |
17 set style line 2 lt 3 lw 3 pt 6 ps 1 | |
18 set style line 3 lt 2 lw 3 pt 6 ps 1 | |
19 plot \ | |
20 "aaa.fplot" title "FWD" w lp ls 1, \ | |
21 "aaa.rplot" title "REV" w lp ls 2 |