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

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

This is a SAS/Graph imitation of the following Graph from the NY Times

The basic line plot is created with "proc gplot".

The shaded areas to show which administration was in power are created
using annotated function='bar'.

There are several bits of explanatory text around the graph, and they 
are all created using annotate function='label'.  Some of this text is
positioned, and derives it's text directly from the plot's data.
Other pieces have more hard-coded text & positioning.

The pictures in the bottom left & right are annotated function='image'.


Back to Samples Index