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

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

This is a SAS/Graph imitation of the following chart:

http://www.nypost.com/seven/04082007/business/heat_on_sarbox_may_grow_as_euro_markets_pass_u_s__business_richard_wilner.htm
http://www.nypost.com/seven/04082007/photos/biz032b.jpg

I created the titles at the top using 'proc gslide' and 3 title statements.
I annotated the dark blue behind the first title.

The 2 maps are created using 'proc gmap', and the dots/circles on them were created
using annotated 'pie's.  There is also some annotated text on them, and the dollar
values in the text are calculated using 'proc sql' and then saved 'into' macro
variables for use later.

The plot at the bottom is probalby the hardest.  I had to overlay several different
plots of the data to get the area plot, and the line plot, and the circles around
the markers (and the order of the overlaying and the symbol statements is *very*
important).  Then I annotated some text on the graph.  

Back to Samples Index