Revert "Device/Driver/LX: Add small delay after baud rate change"
[xcsoar.git] / test / plot / plotroute.gnuplot
blob4333e3f23d0c4638ef06f8c5686e0808b92d9efa
1 set terminal png size 1024,1024 crop
2 set output '| display png:-'
4 set size ratio -1
5 set key outside right
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
17 plot \
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"
28 set pm3d map
29 splot \
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
35 set terminal wxt
36 set output
37 unset border
38 unset key
39 unset xtics
40 unset ytics
41 unset ztics
42 unset xlabel
43 unset ylabel
44 unset colorbox
45 set parametric
46 #unset surface
47 set hidden3d
48 set view 28,306,1,0.2
49 set palette rgbformulae 8, 9, 7
51 splot \
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"
55 pause -1