TI-BASIC:Graphcolor

From Learn @ Cemetech
Jump to navigationJump to search

File:@

Command Summary

Changes the color of a certain function.

Command Syntax

GraphColor(function#,color#)

Menu Location

Press:

  1. 2ND 0 to access catalog.
  2. TAN to get to the G index
  3. Scroll down to find GraphColor(, then ENTER to paste.

Graph colors can also be changed under Y=.

Calculator Compatibility

TI-84+ CSE/CE

Token Size

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

Related Commands