Click here to see the SAS code.
Click here to see the example.
Click here to see the SAS code (for drilldown graphs).
---------------------------------------------------------------
See my blog for more information!
I saw an olympic map & graph here...
http://www.guardian.co.uk/sport/datablog/interactive/2012/jul/27/olympic-athletes-list-visualised
I wondered if I could create a better graphic with SAS?...
And is what I came up with.
I made my map & graph somewhat bigger, and focused less on the
male/female split, and more on just the total number of athletes
from each country in each sport.
This output is simple html & png files, and can therefore be
viewed in any browser. You click on the icon/picture/thumbnails
to see the map & graph for that sport. When you hover your mouse
over the icons, you'll see the sport name. When you hover your
mouse over the dots & bars (in the map & graph) you'll see the
country name & number of athletes.
One cool "trick" ... I use images/icons for the selector buttons
along the top, and rather than making the selected button brighter,
I make the non-selected buttons dimmer (by obscuring them with new
SAS 9.3 alpha-transparent gray).
Back to Samples Index