|
set tit "Trip to Antilles 30 Nov - 7 Dec 2002"
set label "+ ams" at 4.763385 , 52.30907 # Amsterdam, The Netherlands
set label "aua +" at -70.0138889, 12.5022222 right # Oranjestad, Aruba, Netherlands Antilles
set label "cur +" at -68.960945 , 12.188463 right # Willemstad, Curacao, Netherlands Antilles
set label "+ bon" at -68.271973 , 12.130677 # Kralendijk, Bonaire,Netherlands Antilles
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, \
'2002-an-03.dat' t "Netherlands Antilles" w l ls 4
|