Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

This example shows how to do a pareto chart in sas/graph.
It should be very easy to re-use this example with your own data.

I use the new 'proc gbarline' to draw the line, and get the 
line-axis on the right-hand side.  You'll need at least SAS 9.2
to run this code.

Note also the use of the 'split' character in the axis statement,
to get the text bar labels to split onto 2 lines (this is much easier
to read than angled text).

Back to Samples Index