<?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%3AHorizontal</id>
	<title>TI-BASIC:Horizontal - 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%3AHorizontal"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Horizontal&amp;action=history"/>
	<updated>2026-04-17T09:46:37Z</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:Horizontal&amp;diff=970&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:Horizontal&amp;diff=970&amp;oldid=prev"/>
		<updated>2016-02-24T18:27:55Z</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=HORIZONTAL.GIF&lt;br /&gt;
|summary=Draws a horizontal line on the graph screen.&lt;br /&gt;
|syntax=Horizontal &amp;#039;&amp;#039;Y&amp;#039;&amp;#039;&lt;br /&gt;
|location=In the program editor:&lt;br /&gt;
# 2nd DRAW to enter the draw menu&lt;br /&gt;
# 3 to insert the Horizontal command, or use arrows and ENTER.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Horizontal &amp;#039;&amp;#039;Y&amp;#039;&amp;#039; draws a vertical line from the left of the graph screen to the right at &amp;#039;&amp;#039;Y&amp;#039;&amp;#039;. Horizontal is usually only used to replace a line that stretches the entire length of the graph screen, along with its counterpart [[TI-BASIC:Vertical|Vertical]].&lt;br /&gt;
&lt;br /&gt;
Horizontal is affected by the window settings, unlike the [[TI-BASIC:Pxl_On|Pxl-]] commands.&lt;br /&gt;
&lt;br /&gt;
 :Horizontal 5&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
One of the fastest ways to make the entire screen black is by drawing horizontal lines from the bottom of the screen to the top. &lt;br /&gt;
&lt;br /&gt;
 :For(A,Ymin,Ymax,ΔY&lt;br /&gt;
 :Horizontal A&lt;br /&gt;
 :End&lt;br /&gt;
&lt;br /&gt;
If working with TI 84+C version calculators, the Horizontal command takes an additional color argument, as shown below:&lt;br /&gt;
&lt;br /&gt;
 Horizontal 5,GRAY&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Line|Line(]]&lt;br /&gt;
* [[TI-BASIC:Vertical|Vertical]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>