|
set tit "Trip to Verona, Vicenza and Padua with Chris 19 - 20 April 2014"
set label "+ ams" at 4.763385 , 52.30907 # Amsterdam, The Netherlands
set label "utr +" at 5.120324 , 52.08137 right # Utrecht, The Netherlands
set label "+ vrn" at 10.888500 , 45.39569 # Verona, 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, \
'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-18.dat' t "Verona, Vicenza & Padua 2014" w l ls 4
|