cmd_plotson Function (ROM Call 0x36D)

AMS 1.01 or higher bascmd.h

void cmd_plotson (CESI IntList);

Executes TI-Basic 'PlotsOn' command.

If IntList points to END_TAG, cmd_plotson turns on 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 on 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


See also: cmd_plotsoff, cmd_newplot