Makefile: remove spurious tab
[xcsoar.git] / test / plot / plotbb.gnuplot
blob8d9b1a9a89828f4a2af4d3f2ecc91eb075f19dc3
1 set xrange [-0.1:1.6]
2 set size ratio -1
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
10 plot \
11      'output/results/res-bb-inside.txt' using 1:2 with filledcurve ls 2 title "inside", \
12      'output/results/res-bb-in.txt' using 1:2 with lines ls 3 title "all", \
13      'output/results/res-bb-range.txt' using 1:2 with lines ls 4 title "range", \
14      'output/results/res-bb-intersects.txt' using 1:2 with lines ls 5 title "intersects", \
15      'output/results/res-bb-target.txt' using 1:2 with lines ls 5 title "search", \
16      'output/results/res-sample.txt' using 1:2 with lines ls 1 title "sample"
17 pause -1
19 plot \
20      'output/results/res-wp-in.txt' using 1:2 with points ls 3 title "all", \
21      'output/results/res-bb-inside.txt' using 1:2 with filledcurve ls 2 title "inside", \
22      'output/results/res-wp-range.txt' using 1:2 with points ls 4 title "range", \
23      'output/results/res-bb-target.txt' using 1:2 with lines ls 5 title "search", \
24      'output/results/res-sample.txt' using 1:2 with lines ls 1 title "sample"
25 pause -1