|
set tit "Caribbean sailing trip 7 Jul - 12 Aug 1993"
set label "+ ams" at 4.763385 , 52.30907 # Amsterdam, The Netherlands
set label "+ mad" at -3.5676925, 40.4684209 # Madrid, Spain
set label "+ mia" at -80.275614 , 25.796549 # Miami, Florida, USA
set label "+ sju" at -66.005055 , 18.436459 # San Juan, Puerto Rico
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-es-04-us-07-bs-04-tc-01.dat' t "Caribbean" w l ls 4
|