set tit "Trip to Italy and France with Chris 28 Jul - 11 Aug 2006" 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, \ '2006-fr-09-it-04.dat' t "Italy and France" w l ls 4 |
set xrange [0:10] set yrange [42:47] replot |
unset label |