set tit "Trip to Tuscany 25 Jul - 08 Aug 2012 with Chris" set label "utr +" at 5.120324 , 52.08137 right # Utrecht, The Netherlands set label "+ mst" at 5.768982 , 50.9153276 # Maastricht, The Netherlands set label "+ psa" at 10.404439, 43.696642 # Pisa, Italy 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, \ '2012-it-13.dat' t "Tucany, Italy" w l ls 4 |
set tit "Trip to Tuscany with Chris 25 Jul - 8 Aug 2012 DETAIL Netherlands" set xrange [0:10] set yrange [48:53] replot |
set tit "Trip to Tuscany with Chris 25 Jul - 8 Aug 2012 DETAIL Italy" set xrange [9:13] set yrange [43:45] replot |
unset label |