Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is mostly a straightforward sas/graph 'proc gplot' line plot,
with the percentn format along the vaxis, and a special date format
to show the 'quarter' on the haxis.
The plot is actually multiple plot lines overlaid - the first line is the
regular line showing all the data points and dot value markers, then
I overlay more lines which just contain certain data points, and missing
values for all the rest.
To get the exact 'legend' I want, I use the footnote instead of a real legend.
To get the background color for the main title, I used "box=1 bcolor=cx4f584a"
in the title statement.
Back to Samples Index