set output "graphe2008.pdf" set terminal pdf fsize 3 #test #set xlabel "Heure" #set ylabel "Point kilométrique" unset xlabel unset ylabel set xdata time set x2data time set timefmt "%H.%M" set format x "%H.%M" set format x2 "%H.%M" set style line 1 lt 1 lw 2 set style line 2 lt 2 lw 2 set style line 3 lt 6 lw 1 set style line 4 lt 0 lw 1 set ytics \ ("Le Fayet" 00.000, \ "Chedde" 02.677, \ "Servoz" 06.762, \ "Viaduc" 10.619, \ "Les Houches" 11.667, \ "Taconnaz" 14.360, \ "Les Bossons" 15.672, \ "Les Pélerins" 16.604, \ "Les Moussoux" 17.500, \ "Chamonix" 19.029, \ "Les Praz" 21.494, \ "Les Tines" 22.977, \ "La Joux" 25.000, \ "Argentière" 27.298, \ "Montroc" 29.501, \ "Le Buet" 32.340, \ "Vallorcine" 34.115, \ "Le Châtelard" 36.906) set y2tics \ (".32 / .20" 00.000, \ ".37 / .15" 02.677, \ ".46 / .07" 06.762, \ ".53 / .59" 10.619, \ ".56 / .57" 11.667, \ ".00 / .49" 14.360, \ ".04 / .47" 15.672, \ ".06 / .44" 16.604, \ ".08 / .42" 17.500, \ ".17 / .39" 19.029, \ ".21 / .29" 21.494, \ ".27 / .26" 22.977, \ ".31 / .19" 25.000, \ ".36 / .14" 27.298, \ ".42 / .09" 29.501, \ ".48 / .02" 32.340, \ ".59 / .58" 34.115, \ ".07 / .47" 36.906) set x2tics set grid xtics mxtics ytics plot "impair2008.dat" using 2:1 with lines linestyle 1 title "Impair", \ "pair2008.dat" using 2:1 with lines linestyle 2 title "Pair"