Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
See my blog for more information!
See my other blog for more information!
This is a SAS/Graph imitation/enhancement of:
http://www.fb.org/index.php?fuseaction=newsroom.newsfocus&year=2008&file=nr1113.html
I got data from:
Turkey Dinner Data:
http://www.fb.org/index.php?action=newsroom.news&year=2012&file=nr1108.html
CPI Data:
http://data.bls.gov/cgi-bin/surveymost?cu
Select "U.S. Food and Beverages - CUUR0000SAF", Retrieve Data
I use "iback" to put an image in the background (and use dev=png
to handle the true-colors in the image - this is supported in v9.2
and higher).
I use blank titles (angled to place them on the left & right of
the graph), and a blank footnote, to add the spacing around the
graph such that it 'fits' well with the image.
I annotate some text along the lines, and I use gplot's html=
option to add rollover text to the plot markers.
Back to Samples Index