1 set terminal png size 1024,1024 crop
2 set output '| display png:-'
7 set style line 1 lt 2 lc rgb "black" lw 2
8 set style line 2 lt 4 lc rgb "purple" lw 1
9 set style line 3 lt 4 lc rgb "orange" lw 1
10 set style line 4 lt 4 lc rgb "blue" lw 2
11 set style line 5 lt 4 lc rgb "grey" lw 2
12 set style line 6 lt 4 lc rgb "green" lw 1
13 set style line 7 lt 4 lc rgb "cyan" lw 1
14 set style line 8 lt 2 lc rgb "red" lw 2
15 set style line 9 lt 2 lc rgb "#a0a0f0" lw 0.5
18 "< test/tools/gnuplotitems.pl polygon output/results/route.txt" using 1:2 with filledcurve ls 5 title "as", \
19 'output/results/res-bb-in.txt' using 1:2 with lines ls 3 title "all airspace", \
20 "< test/tools/gnuplotitems.pl spv output/results/route.txt" using 1:2 with lines ls 6 title "clearance", \
21 "< test/tools/gnuplotitems.pl clear output/results/route.txt" using 1:2 with lines ls 8 title "clear", \
22 "< test/tools/gnuplotitems.pl path output/results/route.txt" using 1:2 with lines ls 7 title "path", \
23 "< test/tools/gnuplotitems.pl solution output/results/route.txt" using 1:2 with lines ls 1 title "solution", \
24 "< test/tools/gnuplotitems.pl shortcut output/results/route.txt" using 1:2 with points ls 8 title "shortcut", \
25 "< test/tools/gnuplotitems.pl terminal output/results/route.txt" using 1:2 with linespoints ls 2 title "terminal", \
26 "< test/tools/gnuplotitems.pl check output/results/route.txt" using 1:2 with points ls 4 title "check"
30 "output/results/terrain.txt" using 1:2:3 with pm3d notitle, \
31 'output/results/res-bb-in.txt' using 1:2:(0) with lines ls 3 title "all airspace", \
32 "< test/tools/gnuplotitems.pl solution output/results/route.txt" using 1:2:3 with lines ls 1 title "solution"
34 #set pm3d explicit at s depthorder hidden3d 9
49 set palette rgbformulae 8, 9, 7
52 "output/results/terrain.txt" using 1:2:3 with lines, \
53 'output/results/res-bb-in.txt' using 1:2:3 with lines ls 3 title "all airspace", \
54 "< test/tools/gnuplotitems.pl solution output/results/route.txt" using 1:2:($3+300) with linespoints ls 1 title "solution"