Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is my SAS/Graph imitation/enhancement of the maps found here:
http://gs.statcounter.com/#mobile_os-ww-monthly-200812-200812-map
My SAS job downloads the data for each individual monthly map directly
from the web. I have to do a little bit of text manipulation to get
the country names in the SAS maps to match the country names used
with the data. I use some tricks to make sure the same colors are
used in each map (even though every map does not have all of the
data categories).
Back to Samples Index