Click here to see the SAS code.
Click here to see the example.
This is very similar to an "old" example you might have seen before,
but it has a new twist -- I'm using the new ODS HTML "paneling"
to position these graphs side-by-side.
In addition, I've prettied up the graph somewhat (using nice/smooth
truetype hardware fonts), and also color-coordinating the map and
the pie chart. Also, the map is somewhat 'special' in that I am
representing 2 types of data in it -- one by the bar height/color
and the other by the land area color.
I use the sas/graph html= option to add charttip/flyover text to
the line graph, the map areas, and the pie slices, so you can mouse
over them and see the detailed data values.
The html paneling is new in v9.something -- if you don't have it yet,
then you could use "proc greplay" to put the graphs side-by-side,
rather than using ods html paneling.
Back to Samples Index