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

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

This example is a gif animation - for more info on gif animations,
see the democd27 gallery which is totally dedicated to gif animations.

I got the data from:
http://www.taxfoundation.org/files/variousstaterates-20070626.xls
(I modified the spreadsheet and took out the special note symbols,
so it it just raw numbers, and saved in taxes.xls -- the original
data is in taxes_orig.xls) and then impoted it into sas.

I plot the data using "proc gplot" and the bubble statement.
I annotate the state abbreviation into the bubbles, and I make
the labels for certain states-of-interest red, so it's easier to
see their movement amoungst the others.

Back to Samples Index