Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is my SAS/Graph (and a little SAS/Stat) version of an ODS Graphics example from:
http://support.sas.com/documentation/prod-p/grstat/9.4/en/PDF/odsadvg.pdf
In my version, I do several things a little differently - from the data-prep
to the layout of the graph.
The main difference you'll see is that I create 2 separate graphs and line them up
one under the other, rather than overlaying the daily & cumulative plots.
I think that overlaying plots with different axes is only useful in certain
scenarios, and in my opinion this is not one of them.
I also add html hover-text to each of the plot markers,
showing the date & data values, which I think is really useful.
Hopefully you like my version! :)
Back to Samples Index