Revert "Device/Driver/LX: Add small delay after baud rate change"
[xcsoar.git] / test / plot / plotreach.gnuplot
blob27a77bb9fc099aefa90cdb62d7031cd402549284
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 4
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 ftri output/results/res-reach.txt" using 1:2 with lines ls 1 title "border", \
19      "< test/tools/gnuplotitems.pl ftri output/results/res-reach.txt" using 1:2 with filledcurve ls 2 title "triangles", \
20      "< test/tools/gnuplotitems.pl fcorner output/results/res-reach.txt" using 1:2 with points ls 4 title "corner"
21 pause -1
23 set zrange [1:]
24 set pm3d map
25 splot \
26       "output/results/terrain.txt" using 1:2:4 with pm3d notitle
27 pause -1