Operation Manual
Chapter 16: Programming 287
GraphColor(
designates the color of the graph to be drawn. function# is the number of the Y=
function name in the current graphing mode.
color# is a number from 10 to 24 that
corresponds to the graph color, as shown in the table below:
You can also choose a color name in the menu (color sub-menu).
GraphColor(function#,color#)
For example,GraphColor(2, 4) or GraphColor(2, MAGENTA).
PRGM I/O (Input/Output) Instructions
PRGM I/O Menu
To display the PRGM I/O (program input/output) menu, press ~ from within the program editor
only.
Color Number Color Name
10 BLUE
11 RED
12 BLACK
13 MAGENTA
14 GREEN
15 ORANGE
16 BROWN
17 NAVY
18 LTBLUE
19 YELLOW
20 WHITE
21 LTGRAY
22 MEDGRAY
23 GRAY
24 DARKGRAY
CTL I/O EXEC
1: Input
Enters a value or uses the cursor.
2: Prompt
Prompts for entry of variable values.
3: Disp
Displays text, value, or the home screen.
4: DispGraph
Displays the current graph.
5: DispTable
Displays the current table.