Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is my SAS/Graph imitation of the following plot:
http://www.unmarriedamerica.org/News-About-Us/census-graph.bmp
http://www.unmarriedamerica.org/News-About-Us/More_in_America_putting_off_marriage.htm
For the top (line) graph, I used a gplot, with slightly wide/tick lines
(specified via the w= in the symbol statement). I customized the axes
a little, such as using style=0 on the vaxis (to get rid of the line).
Then I annotated some bits of text.
For the side-by-side population tree bar charts, I used a "gslide"
and annotated the numbers, and annotated bar segments for the
tree bars. I did all this via macro variables, so it should be
(in theory) easy to change the values, to plot other data ...
within reason.
Back to Samples Index