cmd_clrgraph Function (ROM Call 0x32F)

AMS 1.01 or higher bascmd.h

void cmd_clrgraph (void);

Executes TI-Basic 'ClrGraph' command.

cmd_clrgraph clears all functions or expressions that were graphed with the TI-Basic Graph command (or cmd_graph from this header file), or were created with the TI-Basic Table command (or cmd_table from this header file). All previously selected functions in the Y= Editor application will be graphed the next time that the graph is displayed.


Uses: gr_active, gr_DelFolder
Used by: cmd_newprob


See also: cmd_graph, cmd_table