Renderer, ...: use PixelRect::GetCenter()
[xcsoar.git] / test / plot / plotairspace.gnuplot
blob129ba898fc0e515e596e83bbecbbea26f221db33
1 set size ratio -1
2 set key outside right
4 set style line 1 lt 2 lc rgb "black" lw 2
5 set style line 2 lt 4 lc rgb "purple" lw 1
6 set style line 3 lt 4 lc rgb "orange" lw 1
7 set style line 4 lt 4 lc rgb "blue" lw 2
8 set style line 5 lt 4 lc rgb "grey" lw 2
9 set style line 6 lt 4 lc rgb "green" lw 1
10 set style line 7 lt 4 lc rgb "cyan" lw 1
11 set style line 8 lt 2 lc rgb "red" lw 2
14 plot \
15      'output/results/res-bb-in.txt' using 1:2 with lines ls 3 title "all airspace", \
16      'output/results/res-bb-range.txt' using 1:2 with filledcurve ls 5 title "in range", \
17      'output/results/res-bb-inside.txt' using 1:2 with filledcurve ls 8 title "inside airspace", \
18      'output/results/res-sample.txt' using 2:3 with lines ls 1 title "sample"
19 pause -1
21 plot \
22      'output/results/res-bb-range.txt' using 1:2 with filledcurve ls 5 title "in range", \
23      'output/results/res-bb-sortednearest.txt' using 1:2 with filledcurve ls 2 title "sorted nearest", \
24      'output/results/res-bb-range.txt' using 1:2 with lines ls 4 title "", \
25      'output/results/res-bb-sortedsoonest.txt' using 1:2 with lines ls 8 title "sorted soonest", \
26      'output/results/res-bb-closest.txt' using 1:2 with lines ls 3 title "closest"
27 pause -1
29 plot \
30      'output/results/res-bb-in.txt' using 1:2 with lines ls 5 title "all airspace", \
31      'output/results/res-bb-intersected.txt' using 1:2 with filledcurve ls 3 title "airspace", \
32      'output/results/res-bb-intersected.txt' using 1:2 with lines ls 5 title "airspace", \
33      'output/results/res-bb-intersects.txt' using 1:2 with linespoints ls 4 title "intersects", \
34      'output/results/res-bb-intercepts.txt' using 1:2 with points ls 1 title "intercepts"
36 pause -1
38 set title "Airspace Warning Manager"
39 plot \
40      'output/results/res-bb-in.txt' using 1:2 with lines ls 5 title "all airspace", \
41      'output/results/res-as-warnings-inside.txt' using 1:2 with lines ls 8 title "inside", \
42      'output/results/res-as-warnings-glide.txt' using 1:2 with lines ls 3 title "glide", \
43      'output/results/res-as-warnings-filter.txt' using 1:2 with lines ls 2 title "filter", \
44      'output/results/res-as-warnings-task.txt' using 1:2 with lines ls 4 title "Task", \
45      'output/results/res-sample.txt' using 2:3 with lines ls 1 title "sample"
46 pause -1