Click here to see the SAS code. Click here to see the example. --------------------------------------------------------------- Downloaded xls data from thumbnail #52 (p. 33) of the following doc: http://www.cdc.gov/nchs/data/hus/hus07.pdf And then used sas/graph to create an imitation/enhancement of their graph. Improvements: Reduced the amount of ink/clutter, by eliminating the axis labels (Percent, and Year). Used the '%' format on the left axis (so we didn't need the label). Made the plot axes thinner, and used 'noframe' to eliminate the right & top side axes. Used a 'nogfootnote' footnote with an html link, to allow users to click and download the data spreadsheet. (Kept it separate from the actual graph, because if you print the graph, you don't want the 'click here' showing up when you can't really click anything. I think this hyper-text (with underline indicating it's drillable) is better than the yellow squares behind the drillable text in the original doc. Re-organized the title, so it flowed better, and had like-parts grouped together. Back to Samples Index