TI-83 Plus Programming 524
GraphStyle(
GraphStyle( designates the style of the graph to be drawn. function# is the
number of the Y= function name in the current graphing mode. graphstyle
is a number from 1 to 7 that corresponds to the graph style, as shown
below.
1 = ç (line) 5 = ë (path)
2 = è (thick) 6 = ì (animate)
3 = é (shade above) 7 = í (dot)
4 = ê (shade below)
GraphStyle(function#,graphstyle)
For example, GraphStyle(1,5) in Func mode sets the graph style for Y1 to
ë (path; 5).
Not all graph styles are available in all graphing modes. For a detailed
description of each graph style, see the Graph Styles table in Chapter 3.