Click here to see the SAS code.
Click here to see the example.
This is a sas imitation of a plot from p. 106 of Stephen Few's
book "Show me the Numbers".
This example shows how you can create a bar chart with a
certain bar (and its labels) darker/bolder, for emphasis.
The bar coloring is controlled by the 'subgroup='.
The default labels are suppressed (via axis statements), and custom
labels are annotated to the left & right of the bars. This allows
you to control the font/weight of the text to make the desired bar
labels darker/bolder.
Back to Samples Index