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

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

This example shows how to create an infographic similar to 
David McCandless' one ... 
http://www.informationisbeautiful.net/2009/if-twitter-was-100-people/


I first use the simplest method, of just using gplot,
and a separate symbol statement to color each category 
of stickmen. (this is the first 2 plots)

But in order to have both men & women stick-figures,
I have to programmatically annotate the people, rather
than letting gplot do it. (this is the 3rd plot).


Back to Samples Index