TI-BASIC:Graphcolor
From Learn @ Cemetech
Jump to navigationJump to searchCommand Summary
Changes the color of a certain function.
Command Syntax
GraphColor(function#,color#)
Menu Location
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
This command will change the color of any function from Y,,0,, to Y,,9,,. So, for example, to change the color of Y,,3,, to NAVY, do:
GraphColor(3,NAVY
Notice, you must use the number of the function, rather than the entire function name, which would be Y,,3,,.
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,17