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

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

Mike Zdeb mentioned that it would be useful, in his profession,
to be able to create "Forest Plots" with SAS/Graph.  He provided
the following example:

   bmj_forest_plots.pdf

Although SAS/Graph doesn't have a proc that makes this type of 
graph trivial/easy, it *can* be done in SAS/Graph!...

I basically used gplot, just to provide the axes and the 
coordinate system, and then programmatically annotate just about
everything.

I make a big gap in the left side of the graph, so I have room 
to annotate the table of values, I annotate the blue background
in the graph area, I annotate the lines and arrows for the graph itself,
and I annotate the markers in the graph (I chose to use annotate for the
markers, so I could more easily/directly control their size).


Back to Samples Index