cmd_zoomdata Function (ROM Call 0x39D)

AMS 1.01 or higher bascmd.h

void cmd_zoomdata (void);

Executes TI-Basic 'ZoomData' command.

cmd_zoomdata adjusts the viewing window settings based on the currently defined statistical plots (and data) so that all statistical data points will be sampled, and displays the Graph Screen. The adjustment is performed by updating the viewing window system variables ("xmin", etc.). This function does not adjust "ymin" and "ymax" for histograms. See the TI-Basic manual for more info.


Uses: ROM Call 0x455


See also: cmd_zoomstd