set terminal png size 1000,600 set output 'graph.png' set xtics 1 set ytics mirror 10 set y2tics 10 set xlabel 'Stage' set ylabel 'Minutes Behind Current Leader' set xrange [1:21] set key horizontal above set grid 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 "Team TT" at first 3.8, graph 0.01 rotate by 90 textcolor lt 3 # 4 set label "Flat" at first 4.8, graph 0.01 rotate by 90 textcolor lt 2 # 5 set label "Bumpy" at first 5.8, graph 0.01 rotate by 90 textcolor lt 4 # 6 set label "Mtn Top Finish, Arcalis" at first 6.8, graph 0.01 rotate by 90 textcolor lt 5 # 7 set label "Mtns" at first 7.8, graph 0.01 rotate by 90 textcolor lt 6 # 8 set label "Mtns" at first 8.8, graph 0.01 rotate by 90 textcolor lt 6 # 9 set label "Flat" at first 9.8, graph 0.01 rotate by 90 textcolor lt 2 # 10 set label "Flat" at first 10.8, graph 0.01 rotate by 90 textcolor lt 2 # 11 set label "Bumpy" at first 11.8, graph 0.01 rotate by 90 textcolor lt 4 # 12 set label "Mtns" at first 12.8, graph 0.01 rotate by 90 textcolor lt 6 # 13 set label "Bumpy" at first 13.8, graph 0.01 rotate by 90 textcolor lt 4 # 14 set label "Mtn Top Finish, Verbier" 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 "Indv. TT" at first 17.8, graph 0.01 rotate by 90 textcolor lt 1 # 18 set label "Bumpy" at first 18.8, graph 0.01 rotate by 90 textcolor lt 4 # 19 set label "Mtn Top Finish, Ventoux" at first 19.8, graph 0.01 rotate by 90 textcolor lt 5 # 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 'Foon Jung Il', '' u 1:3 w linesp ps 1.4 t 'John Arnold', '' u 1:4 w linesp ps 1.4 t 'Coffee Guy', '' u 1:5 w linesp ps 1.4 t 'Team Q', '' u 1:6 w linesp ps 1.4 t 'Onate', '' u 1:7 w linesp ps 1.4 t 'Wells', '' u 1:8 w linesp ps 1.4 t 'Storky'