set tit "Trip to Italy with Chris and Janne 29 April - 6 May 2010" set label "utr +" at 5.120324 , 52.08137 right # Utrecht, The Netherlands set key set xrange [0:10] set yrange [49:54] plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08-day-00.dat' t "2010-04-29 Utrecht - Sarnico, Italy" w l ls 4 |
set xrange [-25:45] set yrange [35:70] replot |
set xrange [8:12] set yrange [45:47] replot |
plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08-day-01.dat' t "2010-04-30 Monte Isola, Italy" w l ls 4 |
plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08-day-02.dat' t "2010-05-01 Bergamo, Italy" w l ls 4 |
plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08-day-03.dat' t "2010-05-02 Milano, Italy" w l ls 4 |
plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08-day-04.dat' t "2010-05-03 Car trip through mountains, Italy" w l ls 4 |
plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08-day-05.dat' t "2010-05-04 Verona, Italy" w l ls 4 |
plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08-day-06.dat' t "2010-05-05 Cremona and Brescia, Italy" w l ls 4 |
plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08-day-07.dat' t "2010-05-06 Going home..." w l ls 4 |
set xrange [-25:45] set yrange [35:70] plot 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \ '2010-it-08.dat' t "The entrire trip" w l ls 4 |
unset label |