|
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. |
Changes the color of a certain function.
GraphColor(function#,color#)
Press:
- 2ND 0 to access catalog.
- TAN to get to the G index
- Scroll down to find GraphColor(, then ENTER to paste.
Graph colors can also be changed under Y=.
TI-84+ CSE/CE
2 bytes
The GraphColor( command will change the color of any function from Y0 to Y9. So, for example, to change the color of Y3 to NAVY, do:
GraphColor(3,NAVYNotice, you must use the number of the function, rather than the entire function name, which would be Y3.
As you may know, you can also use the value of the color, which can be any integer between 10 and 24. So, our last command could also be:
GraphColor(3,17Related Commands
.