cmd_plotsoff Function (ROM Call 0x36C)

AMS 1.01 or higher bascmd.h

void cmd_plotsoff (CESI IntList);

Executes TI-Basic 'PlotsOff' command.

If IntList points to END_TAG, cmd_plotson turns off all statistical plots for graphing (note that in split-screen two-graph mode, cmd_plotson only applies to the active graph). If IntList points to an integer item in the range from 1 to 99, cmd_plotson turns off the specified statistical plot, and repeats this task for all expressions on the expression stack below IntList, until END_TAG is reached.


Uses: GetValue, next_expression_index, gr_active, PlotLookup
Used by: cmd_newprob


See also: cmd_plotson, cmd_newplot