Cmd_Clrgraph - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix A: System Routines — Graphing

cmd_clrgraph

Declaration:
void cmd_clrgraph (void)
Category(ies):
Graphing
Description:
Clears any functions or expressions that were graphed with the TI-BASIC
Graph or Table command by deleting the temporary folder used for storing
those equations. This is the TI-BASIC ClrGraph command.
Inputs:
None
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 1.05 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
cmd_newprob
Example:
The cmd_newprob function uses cmd_clrgraph and cmd_clrdraw to
clear the entire graph screen.
void cmd_newprob( void ) {
.
.
.
cmd_clrdraw();
cmd_clrgraph();
.
.
.
}
TI-89 / TI-92 Plus Developer Guide
Not for Distribution
585
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents