<?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%3AZoom</id>
	<title>TI-BASIC:Zoom - 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%3AZoom"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Zoom&amp;action=history"/>
	<updated>2026-04-17T15:43:34Z</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:Zoom&amp;diff=639&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:Zoom&amp;diff=639&amp;oldid=prev"/>
		<updated>2016-02-24T18:11:14Z</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;The Zoom commands are found in the menu you get by pressing ZOOM. They are used to manipulate the [[TI-BASIC:System_Variables#window|window variables]] to change the bounds of the graphing window. With the exception of [[TI-BASIC:Zstandard|ZStandard]], [[TI-BASIC:Zoomsto|ZoomSto]], and [[TI-BASIC:Zoomrcl|ZoomRcl]], these commands only affect the variables universal to all [[TI-BASIC:Graphing_Mode|graphing modes]]: Xmin, Xmax, Xscl, Ymin, Ymax, and Yscl. They ignore the variables specific to a single graphing mode:&lt;br /&gt;
* Xres (only used in [[TI-BASIC:Func|Func]] mode)&lt;br /&gt;
* Tmin, Tmax, and Tstep (only used in [[TI-BASIC:Param|Param]] mode)&lt;br /&gt;
* θmin, θmax, and θstep (only used in [[TI-BASIC:Polar_Mode|Polar]] mode)&lt;br /&gt;
* &amp;#039;&amp;#039;n&amp;#039;&amp;#039;Min, &amp;#039;&amp;#039;n&amp;#039;&amp;#039;Max, PlotStart, and PlotStep (only used in [[TI-BASIC:Seq_Mode|Seq]] mode)&lt;br /&gt;
&lt;br /&gt;
= Zoom Variables =&lt;br /&gt;
&lt;br /&gt;
Virtually every window variable has a z-equivalent (ZXmin for Xmin, ZPlotStart for PlotStart, etc.) that are found under VARS|2:Zoom... -- these are used by [[TI-BASIC:Zoomsto|ZoomSto]] and [[TI-BASIC:Zoomrcl|ZoomRcl]]. Also, the variables XFact and YFact (found under VARS|1:Window...) are used by [[TI-BASIC:Zoom_In|Zoom_In]] and [[TI-BASIC:Zoom_Out|Zoom_Out]].&lt;br /&gt;
&lt;br /&gt;
= Commands =&lt;br /&gt;
&lt;br /&gt;
The commands themselves are only available in programs. Outside it, you can only choose the equivalent menu option (which doesn&amp;#039;t leave an entry on the homescreen, and sometimes slightly differs in effect) -- this happens, even if you choose the command from the catalog. Of course, with a bit of trickery, you can get the command token itself on the homescreen, but then [[TI-BASIC:Errors#invalid|ERR:INVALID]] will be thrown if you try to use it. The [[TI-BASIC:Trace|Trace]] command also works this way.&lt;br /&gt;
&lt;br /&gt;
The following zoom commands are available:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width: 25%; padding: 0 2%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Zbox|ZBox]]&lt;br /&gt;
* [[TI-BASIC:Zoom_In|Zoom_In]]&lt;br /&gt;
* [[TI-BASIC:Zoom_Out|Zoom_Out]]&lt;br /&gt;
* [[TI-BASIC:Zdecimal|ZDecimal]]&lt;br /&gt;
* [[TI-BASIC:Zsquare|ZSquare]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width: 25%; padding: 0 2%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Zstandard|ZStandard]]&lt;br /&gt;
* [[TI-BASIC:Ztrig|ZTrig]]&lt;br /&gt;
* [[TI-BASIC:Zinteger|ZInteger]]&lt;br /&gt;
* [[TI-BASIC:Zoomstat|ZoomStat]]&lt;br /&gt;
* [[TI-BASIC:Zoomfit|ZoomFit]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width: 25%; padding: 0 2%&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Zprevious|ZPrevious]]&lt;br /&gt;
* [[TI-BASIC:Zoomsto|ZoomSto]]&lt;br /&gt;
* [[TI-BASIC:Zoomrcl|ZoomRcl]]&lt;br /&gt;
* [[TI-BASIC:Zfrac|ZFracX]][[TI-BASIC:Footnote|Footnote]]Available only for OS 2.53MP+[[TI-BASIC:/footnote|/footnote]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display : none;&amp;quot;&amp;gt;&lt;br /&gt;
[[TI-BASIC:Footnoteblock|Footnoteblock]]&lt;br /&gt;
&amp;lt;/div&amp;gt;[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>