Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is a sas version of the following chart.
From the following website.
I start with a regular horizontal bar chart, sorted in ascending
order (from top, to bottom). I then add annotated labels on the
bars, and annotate city names along the right side (inside the
axex). I annotate alternating shades of gray (using annotated
function='bar'), behind the graph, and then use white reflines.
These are all pretty simple 'tricks', but provide a nice effect
that you don't normally see in sas/graph.
Back to Samples Index