Difference between revisions of "TI-BASIC:Graphcolor"
From Learn @ Cemetech
Jump to navigationJump to search (Initial automated import) |
(Automated @@ correction) |
||
Line 1: | Line 1: | ||
{{Template:TI-BASIC:Command | {{Template:TI-BASIC:Command | ||
− | |picture= | + | |picture=@ |
|summary=Changes the color of a certain function. | |summary=Changes the color of a certain function. | ||
|syntax=GraphColor(function#,color#) | |syntax=GraphColor(function#,color#) |
Latest revision as of 21:58, 24 February 2016
Command 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