Click here to see the SAS code. (2005)
Click here to see the example. (2005)
Click here to see the SAS code. (2014)
Click here to see the example. (2014)
---------------------------------------------------------------
See my blog for more information about this graph!
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