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

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

Creating a map similar to:
https://www.e-education.psu.edu/natureofgeoinfo/c3_p17.html

Using data from:
http://www.census.gov/prod/cen2010/briefs/c2010br-04.pdf

The 'neat' thing in this example is that I'm using the new (SAS 9.2)
ods style to control the gradient shading colors, rather than 
hard-coding them into pattern statements.

Another neat trick is that I've created special fake map-areas
to the side of the map, so you can see the colors of the very 
small states.

Back to Samples Index