Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is my SAS/Graph version of the graph from p. 153 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=153
This is pretty much a regular bar chart, with nothing too fancy.
I do use a user-defined format to get the stacked bar segments in the same
order as they were in the original chart (otherwise they'd be alphabetical).
I use gchart's "inside=sum" option to print the values inside each bar segment.
Back to Samples Index