1 set style line 1 lt 2 lc rgb "black" lw 2
2 set style line 2 lt 4 lc rgb "purple" lw 1
3 set style line 3 lt 4 lc rgb "orange" lw 1
4 set style line 4 lt 4 lc rgb "blue" lw 2
5 set style line 5 lt 4 lc rgb "grey" lw 1
6 set style line 6 lt 4 lc rgb "green" lw 1
7 set style line 7 lt 4 lc rgb "cyan" lw 1
8 set style line 8 lt 2 lc rgb "red" lw 2
9 set style line 9 lt 2 lc rgb "#a0a0f0" lw 0.5
10 set palette rgbformulae 8, 9, 7
11 set object 1 rect from screen 0, 0, 0 to screen 1, 1, 0 behind
12 #set object 1 rect fc rgb "gray" fillstyle solid 1.0 border -1
13 set style fill solid 0.30 border
23 "< test/tools/gnuplotitems.pl cleared output/results/troute.txt" using 1:2 with linespoints ls 5 title "cleared", \
24 "< test/tools/gnuplotitems.pl cand output/results/troute.txt" using 1:2 with linespoints ls 4 title "candidate", \
25 "< test/tools/gnuplotitems.pl shortcut output/results/troute.txt" using 1:2 with linespoints ls 8 title "shortcut", \
26 "< test/tools/gnuplotitems.pl solution output/results/troute.txt" using 1:2 with linespoints ls 1 title "solution", \
27 "output/results/footprint.txt" using 1:2 with linespoints ls 3 title "footprint"
33 "output/results/terrain.txt" using 1:2:3 with pm3d, \
34 "< test/tools/gnuplotitems.pl cleared output/results/troute.txt" using 1:2:3 with linespoints ls 5 title "cleared", \
35 "< test/tools/gnuplotitems.pl cand output/results/troute.txt" using 1:2:3 with linespoints ls 4 title "candidate", \
36 "< test/tools/gnuplotitems.pl shortcut output/results/troute.txt" using 1:2:3 with points ls 2 title "shortcut", \
37 "< test/tools/gnuplotitems.pl solution output/results/troute.txt" using 1:2:3 with linespoints ls 1 title "solution"
41 # set pm3d at s depthorder hidden3d 9
58 "output/results/terrain.txt" using 1:2:3 with lines, \
59 "< test/tools/gnuplotitems.pl shortcut output/results/troute.txt" using 1:2:3 with points ls 2 title "shortcut", \
60 "< test/tools/gnuplotitems.pl cand output/results/troute.txt" using 1:2:3 with linespoints ls 4 title "candidate", \
61 "< test/tools/gnuplotitems.pl solution output/results/troute.txt" using 1:2:($3+300) with linespoints ls 1 title "solution"
65 "< test/tools/gnuplotitems.pl solution output/results/troute.txt" using 0:3 with linespoints ls 1 title "solution"