set terminal png size 1000,600 set output 'graph.png' set xtics 1 set ytics mirror 20 set y2tics 20 set xlabel 'Stage (+1, so Stage 10 is plotted as Stage 11 above)' set ylabel 'Minutes Behind Current Leader' set xrange [1:21] set key horizontal above set grid # Stages below are one off, so stage 0 is the prologue, stage 2 set label "Indv. TT" at first 0.8, graph 0.01 rotate by 90 textcolor lt 1 # stage 1 set label "Flat" at first 1.8, graph 0.01 rotate by 90 textcolor lt 2 # 2 set label "Flat" at first 2.8, graph 0.01 rotate by 90 textcolor lt 2 # 3 set label "Flat" at first 3.8, graph 0.01 rotate by 90 textcolor lt 2 # 4 set label "Flat" at first 4.8, graph 0.01 rotate by 90 textcolor lt 2 # 5 set label "Flat" at first 5.8, graph 0.01 rotate by 90 textcolor lt 2 # 6 set label "Flat" at first 6.8, graph 0.01 rotate by 90 textcolor lt 2 # 7 set label "Mtn Top Finish, Station des Rousses" at first 7.8, graph 0.01 rotate by 90 textcolor lt 5 # 8 set label "Mtn Top Finish, Morzine" at first 8.8, graph 0.01 rotate by 90 textcolor lt 5 # 9 set label "Mtns" at first 9.8, graph 0.01 rotate by 90 textcolor lt 6 # 10 set label "Mtns" at first 10.8, graph 0.01 rotate by 90 textcolor lt 6 # 11 set label "Bumpy" at first 11.8, graph 0.01 rotate by 90 textcolor lt 4 # 12 set label "Bumpy" at first 12.8, graph 0.01 rotate by 90 textcolor lt 4 # 13 set label "Bumpy" at first 13.8, graph 0.01 rotate by 90 textcolor lt 4 # 14 set label "Mtn Top Finish, Ax-3 Domaines" at first 14.8, graph 0.01 rotate by 90 textcolor lt 5 # 15 set label "Mtns" at first 15.8, graph 0.01 rotate by 90 textcolor lt 6 # 16 set label "Mtns" at first 16.8, graph 0.01 rotate by 90 textcolor lt 6 # 17 set label "Mtn Top Finish, Tourmalet" at first 17.8, graph 0.01 rotate by 90 textcolor lt 5 # 18 set label "Flat" at first 18.8, graph 0.01 rotate by 90 textcolor lt 2 # 19 set label "Indv. TT" at first 19.8, graph 0.01 rotate by 90 textcolor lt 1 # 20 set label "Flat, Paris" at first 20.8, graph 0.01 rotate by 90 textcolor lt 2 # 21 plot 0 notitle, 'graph.out' u 1:2 w linesp ps 1.4 pt 9 t 'Onate',\ '' u 1:3 w linesp ps 1.4 t 'Team Q',\ '' u 1:4 w linesp ps 1.4 t 'Hannon',\ '' u 1:5 w linesp ps 1.4 t 'Gay Queens',\ '' u 1:6 w linesp ps 1.4 t 'Arnold',\ '' u 1:7 w linesp ps 1.4 t 'Storky',\ '' u 1:8 w linesp ps 1.4 t 'Carr Wreck',\ '' u 1:9 w linesp ps 1.4 t 'Wells'