|
set tit "Trip to Florida with Chris, Lisa and Janne (26 December 2011 - 6 January 2012)"
set label "+ ams" at 4.763385 , 52.30907 # Amsterdam, The Netherlands
set label "+ mia" at -80.275614 , 25.796549 # Miami, Florida, USA
set label "+ atl" at -84.444032 , 33.639975 # Atlanta, Georgia, USA
set key
set xrange [-100:10]
set yrange [10:65]
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, \
'2011-us-17.dat' t "Florida, USA 2011-2012" w l ls 4
|