ClrDraw
From TI-BASIC Wiki - The free TI-BASIC encyclopedia
:ClrDraw
ClrDraw will clear all drawings on the Graph Screen. Axes will be redrawn if a draw command erased them. The Y-Functions will be redrawn the next time the Graph is shown after this command.
[edit] Location
- DRAW (2nd PRGM)
- Draw
- 1:ClrDraw
[edit] Example
:0→Xmin :94→Xmax :0→Ymax :-62→Ymin :ClrDraw :Line(1,1,95,-62 :Pause :ClrDraw
This program will set the dimensions for the graph screen, draw a diagonal line across the screen, pause, then clear it.
[edit] See Also
- ClrHome - clears the Home Screen
