|
set tit "Conference in Dallas, USA 7 - 15 Nov 1993"
set label "+ ams" at 4.763385 , 52.30907 # Amsterdam, The Netherlands
set label "+ dtw" at -83.3480083, 42.2256992 # Detroit, Michigan, USA
set label "+ dfw" at -97.0358875, 32.904561 # Dallas Fort Worth, Texas, USA
set label "+ msp" at -93.203111 , 44.881234 # Minneapolis, Minnesota, USA
set key
set xrange [-100:10]
set yrange [10:65]
plot 'europe-cil-10.dat' t "Coastlines" w l ls 2, 'europe-bdy-10-post1989.dat' t "Borders" w l ls 1, \
'namer-cil-10.dat' t "" w l ls 2, 'namer-bdy-10.dat' t "" w l ls 1, \
'samer-cil-10.dat' t "" w l ls 2, 'samer-bdy-10.dat' t "" w l ls 1, \
'1993-us-08.dat' t "Dallas, USA" w l ls 4
|