Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This looks like a fairly simple example, but I had to invoke quite a few "tricks"
to get the graph to be laid out like the original I was imitating...
I suppress all the axes.
I annotate the numeric values at the ends of the bars (which is a
little tricky when you have both positive & negative values).
I place the country names to the right of the bars (with annotate).
And, to make it easier for the eye to follow from the bar to the
country name, I annotate a light gray line.
Back to Samples Index