|
set tit "Trip to LA with Chris, Lisa, Edward and Janne (20 December 2013 - 3 January 2014)"
set label "+ ams" at 4.763385 , 52.30907 # Amsterdam, The Netherlands
set label "+ gcn" at -112.139511 , 35.954786 # Grand Canyon National Park Airport, Arizona, USA
set label "lax +" at -118.4088701, 33.9434989 right # Los Angeles, California, USA
set key
set xrange [-130:10]
set yrange [10:80]
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, \
'2013-us-18.dat' t "LA, USA 2013-2014" w l ls 4
|