Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
Someone on the SAS/Graph forum was asking how to create a SAS/Graph
hbar plot, with a corresponding table to the left, and the values
of the bar midpoint/labels left-justified.
http://support.sas.com/forums/thread.jspa?threadID=7693&tstart=0
He had a GTL example that almost did what he wanted, but the
bar midpoint/labels were right-justified. Here's the GTL
example:
http://support.sas.com/kb/35/135.html
So, I wrote a traditional SAS/Graph job to do what he wanted,
and you can use the value=(justify=left/right/center) in an
axis statement to control the justification of the text.
Back to Samples Index