|
We're glad you came by, but you might find what you're looking for elsewhere. TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it. Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope. |
Turns stat plots (all of them, or only those specified) off.
PlotsOff numbers//
Press:
- 2nd PLOT to access the stat plot menu.
- 4 to select PlotsOff, or use arrows and ENTER.
TI-83/84/+/SE
1 byte
By itself, the command will turn off all three stat plots.
If it is given arguments, there can be any number of them (actually, no more than 255, but this won't stop most people), but they must all be numbers 1 to 3. Then, the command will only turn off the specified plots. Unlike some commands, it is okay to give PlotsOff an expression as an argument (for example, PlotsOff X), as long as it has a value of 1, 2, or 3.
Error Conditions
- ERR:DOMAIN is thrown if a plot that is not 1, 2, or 3 is specified.
Related Commands
.