Click here to see the SAS code.
Click here to see the example.

Click here to see sample data.

---------------------------------------------------------------

Note that this technique is included in the book SAS/Graph: Beyond the Basics,
and all the 'tricks' used to create it are described in great detail!

---------------------------------------------------------------


Click here to try out the actual code used during the hands-on session.

Submit the code in sas, and look at the output.

"Step 1" is to submit the code as-is, and you will see the custom gmap
calendar grid.

Find the "Step 2" section, and uncomment the gmap code in that section,
and submit again -- you will now see the data represented as colors on
this custom calendar 'map'.

Find the "Step 3" section, and uncomment that gmap code, and submit again,
and you will now get labels annotated on the calendar, showing the days,
months, and years.

Find the "Step 4" section, and uncomment that gmap code, and submit again,
and you will now get dark outlines around each month.


-----

Based on this plot.
Explained on this page.

Back to Samples Index