set tit "Trip to Tuscany with Chris August 9 - 23 2015" set label "blq +" at 11.2903236, 44.5344725 right # Bologna, Italy set label "+ ein" at 5.3920092, 51.4586216 # Eindhoven, The Netherlands set label "utr +" at 5.120324 , 52.08137 right # Utrecht, The Netherlands set key set xrange [-25:45] set yrange [35:70] plot 'wvs-europe.dat' t "Coastlines" w l ls 2, 'wvs-europe-pol.dat' t "Borders" w l ls 1, 'wvs-europe-riv.dat' t "Rivers" w l ls 3, \ '2015-it-21.dat' t "Tuscany 2015" w l ls 4 |
set tit "Trip to Tuscany with Chris August 9 - 23 2015 DETAIL" set xrange [9:13] set yrange [43:45] replot |
set tit "Trip to Tuscany with Chris August 9 - 23 2015 DETAIL" set xrange [2:8] set yrange [50:53] replot |
unset label |