set tit "Trip to Italy with Chris and Janne 13 Jul - 2 Aug 2008" set label "utr +" at 5.120324 , 52.08137 right # Utrecht, The Netherlands set key 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, \ '2008-fr-11-it-06.dat' t "France and Italy 2008" w l ls 4 |
set tit "Trip to Italy with Chris and Janne 13 Jul - 2 Aug 2008 DETAIL France" set xrange [0:10] set yrange [45:50] replot |
set tit "Trip to Italy with Chris and Janne 13 Jul - 2 Aug 2008 DETAIL Italy" set xrange [8:12] set yrange [43:45] replot |
unset label |