The following graph
was generated by the
Example Program. The example
uses DRAWRECTANGLE to highlight a student’s data point. It
draws a rectangle around the marker symbol that represents the student’s
height and weight, and it displays the student’s name inside
of the rectangle. In the BEGINGRAPH statement, the setting for the
DRAWSPACE= option sets the drawing space and drawing units for the
DRAWRECTANGLE and DRAWTEXT statements. In the DRAWRECTANGLE statement,
setting TRANSPARENCY=0.75 ensures that the marker for Alfred is visible
behind the rectangle. The DRAWTEXT statement draws the text that identifies
the student's name, using the ANCHOR=, X=, and Y= options to position
the text within the rectangle.