3 set title "Glide polar at M=1.7"
6 plot 'output/results/res-polar.txt' using 2:($3) with lines, \
7 'output/results/res-polar-17-best.txt' using 2:($3) with linespoints, \
8 'output/results/res-polar-m.txt' using 4:(-$5) with points, \
9 'output/results/res-polar-m.txt' using 6:(-$7) with points
13 plot 'output/results/res-polar.txt' using 2:4 with lines, \
14 'output/results/res-polar-17-best.txt' using 2:4 with linespoints
17 set title "Optimal solution variation with mc"
19 set ylabel "VbestLD (m/s)"
20 plot 'output/results/res-polar-m.txt' using 1:2 with lines notitle
25 plot 'output/results/res-polar-m.txt' using 1:3 with lines notitle
29 set title "Glide solution variation with aircraft alt"
31 set ylabel "alt diff (m)"
32 plot 'output/results/res-polar-h-00.txt' using 1:2 with lines title "W=0.0", \
33 'output/results/res-polar-h-50.txt' using 1:2 with lines title "W=5.0"
36 set ylabel "time elapsed (s)"
37 plot 'output/results/res-polar-h-00.txt' using 1:3 with lines title "W=0.0", \
38 'output/results/res-polar-h-50.txt' using 1:3 with lines title "W=5.0"
41 set ylabel "V opt (m/s)"
42 plot 'output/results/res-polar-h-00.txt' using 1:4 with lines title "W=0.0", \
43 'output/results/res-polar-h-50.txt' using 1:4 with lines title "W=5.0"
48 set title "Glide solution variation with wind speed"
51 set ylabel "time elapsed (s)"
52 plot 'output/results/res-polar-w.txt' using 5:3 with lines
55 set ylabel "V opt (m/s)"
56 plot 'output/results/res-polar-w.txt' using 5:4 with lines
60 set title "Glide solution variation with wind angle, W=10.0 m/s"
62 set xlabel "Wangle (deg)"
63 set ylabel "time elapsed (s)"
64 plot 'output/results/res-polar-a.txt' using 6:3 with lines
67 set ylabel "V opt (m/s)"
68 plot 'output/results/res-polar-a.txt' using 6:4 with lines
72 set title "Speed to fly"
74 plot 'output/results/res-polar-s0.txt' using 1:4 with lines title "STF", \
75 'output/results/res-polar-s0.txt' using 1:3 with lines title "VOpt"
78 set xlabel "S gross (m/s)"
79 plot 'output/results/res-polar-s1.txt' using 7:4 with lines title "STF", \
80 'output/results/res-polar-s1.txt' using 7:3 with lines title "VOpt"
83 set xlabel "S gross (m/s)"
84 plot 'output/results/res-polar-s1.txt' using 7:4 with lines title "STF (below) no wind", \
85 'output/results/res-polar-s2.txt' using 7:4 with lines title "STF (above) no wind", \
86 'output/results/res-polar-s3.txt' using 7:4 with lines title "STF (below) wind 10 m/s", \
87 'output/results/res-polar-s4.txt' using 7:4 with lines title "STF (above) wind 10 m/s"
90 set xlabel "Wangle (deg)"
91 set ylabel "bearing (deg)"
92 plot 'output/results/res-polar-cb.txt' using 2:3 with lines title "target bearing", \
93 'output/results/res-polar-cb.txt' using 2:4 with lines title "cruise track bearing"