|
set tit "Trip to Tuscany with Chris and Janne (partly) July 29 - Aug 12 2014"
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 'europe-cil-3-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-3-10.dat' t "Borders" w l ls 1, \
'namer-cil-3-10.dat' t "" w l ls 2, 'namer-bdy-3-10.dat' t "" w l ls 1, \
'samer-cil-3-10.dat' t "" w l ls 2, 'samer-bdy-3-10.dat' t "" w l ls 1, \
'2014-it-19.dat' t "Tuscany 2014" w l ls 4
|