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

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

This is a sas/graph imitation (and enhancement) of the following provost dashboard.

I used sas/graph 'proc gplot' to do each of the indivisual plots, and
saved them into a named gseg (using name=), and then used sas/graph
'proc greplay' to display them all on the same page (using a custom
greplay template).

Improvements:

I used light gray borders to "group" the similar charts that went
under the same heading.

I used a better up/down arrows to the right of the titles (it is
difficult to 'perceive' which way a triangle is pointing, but it is
much easier to visually perceive an actual arrow).

I made the fonts a little bigger, so you can more easily read 
all the text.

Back to Samples Index