The following graph
was generated by the
Example Program. The example
uses DRAWOVAL to highlight a student’s data point. It draws
an oval around the marker symbol that represents the student’s
height and weight, and it displays the student’s name inside
of the oval. In the BEGINGRAPH statement, the setting for the DRAWSPACE=
option sets the drawing space and drawing units for the DRAWOVAL and
DRAWTEXT statements. In the DRAWOVAL statement, setting TRANSPARENCY=0.75
ensures that the marker for Alfred is visible behind the oval. 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 oval.