Click here to see the SAS code.
Click here to see the shared SAS code (anno_box.sas).
Click here to see the example.

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

Imitation of Gartner Magic Quadrant (Basel II) graph.


SAS/Graph tricks:

There are several tricks at work here.
Basically this is a sas/graph gplot, with some text annotated beside the markers.
Note that the placement of the text label relative to the marker was controlled
via the annotate 'position' variable.

Also, since gplot doesn't support rounded corners, the graph axes (with rounded
corners) are created programmatically with sas/graph 'annotate'.  The direction
arrows at the bottom & left of the graph were also annotated.


Back to Samples Index