Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

See my blog for more information about this graph!


This is a SAS/Graph imitation (and enhancement) of the following map:
http://oceana.org/sites/default/files/National_Seafood_Fraud_Testing_Results_Highlights_FINAL.pdf


Here are some of the 'tricks' I used...

Proc Geocode determined the lat/long of the cities.
Annotated dot (pie) at the city locations.
Used annotate to draw a line from the city to the corresponding text box.
The position of the text boxes are manually determined and hard-coded.
The text boxes are somewhat hard-coded annotate (with all coordinates 
relative to the bottom/center of the text box).
I use 'notes' instead of a title & footnote statement, so they can 
share the map area.

Back to Samples Index