Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is a SAS/Graph gplot "boxplot" of the daily temperature data
for Raleigh, NC, over many years (using interpol=boxcti interpolation).
I get a little tricky so that I can plot all the years against the
same horizontal axis, and still have it look like a date axis.
I also make the plot very wide.
And I use a 'plot2' to repeat the axis values on the right-hand-side.
Back to Samples Index