Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
I was taking a trip to Costa Rica, and wanted to 'see' the places
I was going. So I plotted the long/lat coordinates on a SAS map,
and connected them with the new annotate 'arrow' function to show
the order I was visiting these locations.
I get a little "tricky" showing what looks like an 'exploded'
map area, so that I can both show where Costa Rica is located
in central america, and also show a big enough map of Costa Rica
to be able to see the regions & markers.
Note that I'm using new SAS 9.3 alpha-transparent colors for
the gray/shadow to set off the exploded area.
And below the map, I show a table, with drilldown links to the
websites describing each location.
Back to Samples Index