README: add imagemagick and gettext
[xcsoar.git] / test / plot / plottroute.gnuplot
blobe5595425a3dc67639301d25819e40be10b6e9d4e
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
15 set size ratio 1.0
16 unset border
17 unset key
18 set xlabel "X"
19 set ylabel "Y"
20 set size ratio -1
22 plot \
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"
29 pause -1
31 set pm3d explicit map
32 splot \
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"
39 pause -1
41 # set pm3d at s depthorder hidden3d 9
42 set terminal wxt
43 set output
44 unset border
45 unset key
46 unset xtics
47 unset ytics
48 unset ztics
49 unset xlabel
50 unset ylabel
51 unset colorbox
52 set parametric
53 #unset surface
54 set hidden3d
55 set view 60,72,1,0.5
57 splot \
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"
62 pause -1
64 plot \
65      "< test/tools/gnuplotitems.pl solution output/results/troute.txt" using 0:3 with linespoints ls 1 title "solution"
66 pause -1