104
Chapter 4: Graphing Features
Circle(
Example
• Drawacirclemanually.
1. SelectCircle(.
2.  Move the cursor to set the center point of the circle. 
Press
E
 to set the anchor.
3.  Move the cursor 
to determine the 
radius length of 
the circle. 
4.  When done, press 
E
. 
  The circle is drawn at the location.
  11 Text(  Text(column, row, “strings”)
Enters a text string at a given coordinate.
Text(column, row, variable)
DrawthevalueofA-Z,
θ
.
Example
• Draw“HELLO”onthegraphatcolumn2,row1.
Text(2,1,“HELLO”)
  Note: Use 
M
 
E
 
3
 to enter “
"
”
(double quotes).
Column and row definitions for text input
* Refertothefollowingdiagramtospecifythe
coordinates where you wish to start writing the text. 
(0,0)  (30,0)
(0,9)  (30,9)
column
row
FromtheGRAPH
window