Click here to see the SAS code.
Click here to see the example.
The main trick here is that I have to use annotate to get the 2-line labels at the
bottom of the bars.
I also use value=(t=1 '0') in the axis statement to get the bottom number on the
left axis to be '0' instead of '0%', and I suppress both axis labels by using
label=none in the axis statements.
I use a subgroup to control the color of the bars, and for the one bar I want
a different color, I make the value of it's subgroup variable ('barcolor')
different from the others.
Back to Samples Index