Makefile: remove spurious tab
[xcsoar.git] / test / plot / plotres2.gnuplot
blobebfd2101b33c7e2858a0beba785ca739b8cabc36
1 set size ratio -1
2 set key left
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
13 set xlabel "Longitude (deg)"
14 set ylabel "Latitude (deg)"
15 plot \
16      'output/results/res-task.txt' using 1:2 with lines ls 6 title "OZ", \
17      'output/results/res-ssample.txt' using 1:2 with filledcurve ls 8 title "sect samples", \
18      'output/results/res-min.txt' using 1:2 with linespoints ls 3 title "min", \
19      'output/results/res-max.txt' using 1:2 with linespoints ls 2 title "max", \
20      'output/results/res-rem.txt' using 1:2 with linespoints ls 5 title "remaining", \
21      'output/results/res-sample.txt' using 2:3 with lines ls 1 title "sample", \
22      'output/results/res-isolines.txt' using 1:2 with lines ls 4 title "isolines"
23 pause -1
25 set size noratio
26 set autoscale
27 unset xrange
28 unset yrange
30 set xlabel "t (s)"
31 set ylabel "Nav alt (m)"
32 plot \
33      'output/results/res-sample.txt' using 1:4 with lines notitle
34 pause -1
36 set ylabel "D remaining (m)"
37 plot \
38      'output/results/res-stats.txt' using 1:4 with lines title "Effective", \
39      'output/results/res-stats.txt' using 1:5 with lines title "Actual"
40 pause -1
42 set ylabel "V (m/s)"
43 plot \
44      'output/results/res-stats.txt' using 1:7 with lines title "Remaining", \
45      'output/results/res-stats.txt' using 1:9 with lines title "Effective", \
46      'output/results/res-stats.txt' using 1:13 with lines title "Pirker"
47 pause -1
49 set autoscale
50 set ylabel " "
51 set title "Cruise efficiency"
52 plot \
53      'output/results/res-stats.txt' using 1:2 with lines title "Active task point", \
54      'output/results/res-stats.txt' using 1:6 with lines title "Cruise efficiency"
55 pause -1
57 set title "Vario"
58 set yrange [-1:]
59 set ylabel "w,m (m/s)"
60 plot \
61      'output/results/res-stats.txt' using 1:11 with lines title "Task vario", \
62      'output/results/res-stats.txt' using 1:12 with lines title "Effective mc", \
63      'output/results/res-stats.txt' using 1:3 with lines title "Auto mc"
64 pause -1
66 set ylabel "Alt difference (m)"
67 set autoscale
68 plot \
69      'output/results/res-stats.txt' using 1:14 with lines title "Alt difference"
70 pause -1