Skip to content
Property Value
Hex Value $EF65
Categories
    Localizations
    • FR: CouleurGraph(

    GraphColor(

    Overview

    Sets the color for function#. Color#: 10 - 24 or color name pasted from [vars] COLOR.

    Availability: Token only available from within the Basic editor.

    Syntax

    GraphColor(function#,color#)

    Arguments

    NameTypeOptional
    function#
    color#colorNum

    Location

    prgm, CTL, H:GraphColor(


    Description

    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,NAVY
    

    Notice, 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,17
    

    Source: parts of this page were written by the following TI|BD contributors: kg583, Michael2_3B.

    History

    Calculator OS Version Description
    TI-84+CSE 4.0 Added

    Last update: September 30, 2023 15:38:51
    Created: February 23, 2023 23:15:01
    Authors: Adrien Bertrand