<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AGraphstyle</id>
	<title>TI-BASIC:Graphstyle - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AGraphstyle"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Graphstyle&amp;action=history"/>
	<updated>2026-04-17T17:03:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Graphstyle&amp;diff=642&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Graphstyle&amp;diff=642&amp;oldid=prev"/>
		<updated>2016-02-24T18:11:22Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=GRAPHSTYLE.GIF&lt;br /&gt;
|summary=Sets the graphing style of a graphing equation in the current mode.&lt;br /&gt;
|syntax=GraphStyle(&amp;#039;&amp;#039;equation #&amp;#039;&amp;#039;, &amp;#039;&amp;#039;style #&amp;#039;&amp;#039;)&lt;br /&gt;
|location=While editing a program, press:&lt;br /&gt;
# PRGM to access the programming menu.&lt;br /&gt;
# ALPHA H to select GraphStyle(, or use arrows.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The GraphStyle( command allows you to set the graphing style of an equation (line, thick line, dotted line, etc.) from within a program.&lt;br /&gt;
&lt;br /&gt;
Its first argument, &amp;#039;&amp;#039;equation #&amp;#039;&amp;#039;, is the number of the equation whose graphing style you want to change - this depends on the mode you&amp;#039;re in. For example, if you wanted to change the graphing style of Y,,1,,,  you would need to be in [[TI-BASIC:Func|function]] mode and use the value 1 for this argument. If you wanted to change the graphing style of r,,4,,, you would need to be in [[TI-BASIC:Polar_Mode|polar]] mode and use the value 4.&lt;br /&gt;
&lt;br /&gt;
The second argument is a number from 1 to 7, which translates to a graphing style as follows:&lt;br /&gt;
* 1 - a normal line, usually the default graph style.&lt;br /&gt;
* 2 - a thick line (three pixels wide).&lt;br /&gt;
* 3 - a line, with everything above it shaded (only valid in function mode).&lt;br /&gt;
* 4 - a line, with everything below it shaded (only valid in function mode).&lt;br /&gt;
* 5 - a path: a line, with a ball moving along it as it is graphed (not valid in [[TI-BASIC:Seq_Mode|sequential]] mode).&lt;br /&gt;
* 6 - animated: a ball moving along the graph (not valid in sequential mode).&lt;br /&gt;
* 7 - a dotted line.&lt;br /&gt;
&lt;br /&gt;
Compare this to the effect of [[TI-BASIC:Connected|Connected]] or [[TI-BASIC:Dot|Dot]] mode. When either of these modes is set, all equations, from all graphing modes, are reverted to line style or dotted line style respectively; furthermore, it becomes the default graph style and clearing an equation will revert it to this graph style. The GraphStyle( command simply overrides these modes temporarily.&lt;br /&gt;
&lt;br /&gt;
= Advanced =&lt;br /&gt;
&lt;br /&gt;
In shading modes (3 and 4), the shading style cycles as follows:&lt;br /&gt;
* The first function graphed shades using vertical lines one pixel apart&lt;br /&gt;
* The second function shades using horizontal lines one pixel apart&lt;br /&gt;
* The third function shades using negatively sloping diagonal lines, two pixels apart.&lt;br /&gt;
* The fourth function shades using positively sloping diagonal lines, two pixels apart.&lt;br /&gt;
* After that, functions will cycle through these four styles in that order.&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#domain|ERR:DOMAIN]]&amp;#039;&amp;#039;&amp;#039; if the &amp;#039;&amp;#039;equation #&amp;#039;&amp;#039; is not a valid equation number in this mode, or if &amp;#039;&amp;#039;style #&amp;#039;&amp;#039; is not an integer 1-7.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#invalid|ERR:INVALID]]&amp;#039;&amp;#039;&amp;#039; if the graphing style chosen is not valid for the current graphing mode.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Fnon|FnOn]]&lt;br /&gt;
* [[TI-BASIC:Fnoff|FnOff]]&lt;br /&gt;
* [[TI-BASIC:Connected|Connected]]&lt;br /&gt;
* [[TI-BASIC:Dot|Dot]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>