<?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%3AGridon</id>
	<title>TI-BASIC:Gridon - 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%3AGridon"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Gridon&amp;action=history"/>
	<updated>2026-05-26T08:40:04Z</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:Gridon&amp;diff=981&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:Gridon&amp;diff=981&amp;oldid=prev"/>
		<updated>2016-02-24T18:28:28Z</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=GRIDON.GIF&lt;br /&gt;
|summary=Enables the grid on the graph screen.&lt;br /&gt;
|syntax=GridOn&lt;br /&gt;
|location=Press:&lt;br /&gt;
# 2nd FORMAT to access the graph format menu.&lt;br /&gt;
# Use arrows and ENTER to select GridOn.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The GridOn command enables a grid on the graph screen (you can disable it again with the [[TI-BASIC:Gridoff|GridOff]] command). How fine or coarse the grid is depends on the [[TI-BASIC:System_Variables#window|Xscl]] and [[TI-BASIC:System_Variables#window|Yscl]] variables. Drawing the grid just involves plotting points all the points of the form (A×Xscl, B×Yscl) that are in the graphing window.&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
GridOn can be used to shade the entire screen if Xscl and Yscl are small enough that the points on the grid are one pixel apart:&lt;br /&gt;
&lt;br /&gt;
 :ΔX→Xscl&lt;br /&gt;
 :ΔY→Yscl&lt;br /&gt;
 :GridOn&lt;br /&gt;
&lt;br /&gt;
This is one of the shortest ways to shade the screen, although [[TI-BASIC:Shade|Shade(]] can be used for a (usually) even shorter way. However, using GridOn is also very slow: the fastest way involves the [[TI-BASIC:Horizontal|Horizontal]] or the [[TI-BASIC:Vertical|Vertical]] commands in a [[TI-BASIC:For|For(]] loop.&lt;br /&gt;
&lt;br /&gt;
You could also use GridOn to draw the playing grid for a Dots and Boxes game.&lt;br /&gt;
&lt;br /&gt;
= TI-84+CSE Grid Commands =&lt;br /&gt;
&lt;br /&gt;
On TI-84+CSE version calculators, the GridOn command is replaced by two commands, GridDot and GridLine. GridDot does the same thing as the normal GridOn command, whereas GridLine draws a grid where all grid points are connected by solid lines. The two grid commands can also be used with color arguments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 :ClrDraw&lt;br /&gt;
 :GridDot GREEN //Draws a dotted green grid&lt;br /&gt;
 :GridOff&lt;br /&gt;
 :GridLine 11 //Draws a red line grid&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Gridoff|GridOff]]&lt;br /&gt;
* [[TI-BASIC:Axeson|AxesOn]]&lt;br /&gt;
* [[TI-BASIC:Axesoff|AxesOff]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>