Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is my SAS/Graph version of the graph from p. 119 of the following publication:
(or see screen_capture in 1st link)
Screen Capture
http://www.treasury.gov/initiatives/eesa/agreements/auto-reports/ChryslerRestructuringPlan.pdf#page=119
I use the new "proc gbarline" for this one...
A nice feature of gbarline is that it helps manage the 2 legends
(1 for the bar segments, and one for the line).
I annotate the bar values, rather than using automatic labeling,
so that I can make the labels of the gray bars say 'Banked'.
I also annotate the arrow that says 'Carry back credits' (by drawing
the outline of the arrow using move/draw functions).,
and I annotate the skinny arrows pointing to the bars using the
new 'arrow' annotate function.
Back to Samples Index