Property | Value |
---|---|
Hex Value | $7E09 |
Categories | |
Localizations |
|
AxesOff
Overview
Turns off the graph axes.
Availability: Token only available from within the Basic editor.
Syntax
AxesOff
Location
2nd, format, AxesOff
Description
The AxesOff command disables the X and Y axes on the graph screen, so that they aren't drawn. They can be enabled again with the AxesOn command.
(the y=x line that is drawn when both Seq and Web modes are enabled is also controlled by this command)
Generally, the AxesOff command should be used at the beginning of the program to disable the axes if the program is going to use the graph screen, since the axes get in the way. However, you should consider using StoreGDB and RecallGDB to save this setting if that's the case.
Related Commands
Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan, Myles_Zadok, Trenly.
History
Calculator | OS Version | Description |
---|---|---|
TI-82 | 1.0 | Added |