HOME >> Tutorials >> Tutorial 3: More Graph Commands |
Name of term | Description | where to find command on calc. |
Circle | Makes a cirlcle on graph screen | while making a program press 2nd prgm and go up to 2 spots |
Line | Makes a line from point A to B | while making a program press 2nd prgm and go down to #2 |
Pt-On | makes on point on the graph | while making a program press 2nd prgm hit to the right and press enter |
Pt-Off | Takes off a point on the graph | while making a program press 2nd prgm hit to the right and go down to #2 |
StorePic | saves the pic (note: after putting savepic in a program be sure to put a # after it so that it saves that pic | while making a program press 2nd prgm hit to the right twice and press enter |
RecallPic | loads a saved pic | while making a program press 2nd prgm hit to the right twice and go down to #2 |
ClrDraw
AxesOff
0Xmin
94Xmax
-62Ymin
0Ymax
Circle(47,-31,30
ClrDraw
AxesOff
0Xmin
94Xmax
-62Ymin
0Ymax
Line(50,-10,75,-35
ClrDraw
AxesOff
0Xmin
94Xmax
-62Ymin
0Ymax
Pt-On(47,-32
Pt-On(47,-31
Pt-On(46,-32
Pt-On(46,-31
Pt-On(48,-32
Pt-On(48,-31
StorePic 0
Pause
Pt-Off(47,-32
Pt-Off(47,-31
Pt-Off(46,-32
Pt-Off(46,-31
Pt-Off(48,-32
Pt-Off(48,-31
Pause
RecallPic 0
Pause
""
these must always be used to have the calculator show text
,
used in menus to divide up different selections
47,-31 the
middle of the circle
30
how far the circle will go out to
50,-10
beginning point of line
75,-35 ending
point of line
If you do not understand any part of this tutorial or have a question about programming E-mail us.