Click here to see the SAS code.
Click here to see the example.
Once again, I'm annotating text on the bars (since the 'inside=' option
to print values on bars does not work in hbar).
Also, using annotate to draw the rounded-corner axis/frame around the chart.
And, using value=(t=1 '0') to make the minimum raxis value print as '0'
instead of '0%'.
And I do a little bit of subtle stuff in the titles.
In title1, I padd a bunch of spaces on the left, to help center the
title over the bars (rather than centering with the page). Also I
use a blank title2, angled 90-degrees, to add some white-space on the left
to make more room for the long bar labels.
Back to Samples Index