<?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%3AZstandard</id>
	<title>TI-BASIC:Zstandard - 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%3AZstandard"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Zstandard&amp;action=history"/>
	<updated>2026-04-18T04:35:47Z</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:Zstandard&amp;diff=881&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:Zstandard&amp;diff=881&amp;oldid=prev"/>
		<updated>2016-02-24T18:23:25Z</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=ZSTANDARD.GIF&lt;br /&gt;
|summary=Restores window settings to the default.&lt;br /&gt;
|syntax=ZStandard&lt;br /&gt;
|location=Press:&lt;br /&gt;
# ZOOM to access the zoom menu.&lt;br /&gt;
# 6 to select ZStandard, 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;
The ZStandard command resets all [[TI-BASIC:System_Variables#window|window variables]] found in the Window screen to their default values. This means that, unlike the other zoom commands, ZStandard can affect variables other than Xmin, Xmax, Ymin, and Ymax. However, it will only affect variables that have a purpose in the current [[TI-BASIC:Graphing_Mode|Graphing_Mode]]. Here are the default values set by ZStandard:&lt;br /&gt;
&lt;br /&gt;
In all modes:&lt;br /&gt;
* Xmin=-10&lt;br /&gt;
* Xmax=10&lt;br /&gt;
* Xscl=1&lt;br /&gt;
* Ymin=-10&lt;br /&gt;
* Ymax=10&lt;br /&gt;
* Yscl=1&lt;br /&gt;
Only in [[TI-BASIC:Func|Func]] mode:&lt;br /&gt;
* Xres=1&lt;br /&gt;
Only in [[TI-BASIC:Param|Param]] mode:&lt;br /&gt;
* Tmin=0&lt;br /&gt;
* Tmax=2π (in [[TI-BASIC:Radian_Mode|Radian]] mode) or 360 (in [[TI-BASIC:Degree_Mode|Degree]] mode)&lt;br /&gt;
* Tstep=π/24 (in Radian mode) or 7.5 (in Degree mode)&lt;br /&gt;
Only in [[TI-BASIC:Polar_Mode|Polar]] mode:&lt;br /&gt;
* θmin=0&lt;br /&gt;
* θmax=2π (in Radian mode) or 360 (in Degree mode)&lt;br /&gt;
* θstep=π/24 (in Radian mode) or 7.5 (in Degree mode)&lt;br /&gt;
Only in [[TI-BASIC:Seq_Mode|Seq]] mode:&lt;br /&gt;
* &amp;#039;&amp;#039;n&amp;#039;&amp;#039;Min=1&lt;br /&gt;
* &amp;#039;&amp;#039;n&amp;#039;&amp;#039;Max=10&lt;br /&gt;
* PlotStart=1&lt;br /&gt;
* PlotStep=1&lt;br /&gt;
&lt;br /&gt;
These settings are often useful as a &amp;quot;lowest common denominator&amp;quot; that will work fairly well for all graphs.&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
ZStandard is often used before commands such as [[TI-BASIC:Zsquare|ZSquare]] or [[TI-BASIC:Zinteger|ZInteger]] in programs. This serves two purposes: it makes sure that the center of the screen for ZSquare and ZInteger is (0,0), and it ensures that the graph screen is cleared without having to resort to [[TI-BASIC:Clrdraw|ClrDraw]] (because with two different zooms in a row, the window settings have to change at least once, which means the graph will have to be regraphed)&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#invalid|ERR:INVALID]]&amp;#039;&amp;#039;&amp;#039; occurs if this command is used outside a program.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Zsquare|ZSquare]]&lt;br /&gt;
* [[TI-BASIC:Zinteger|ZInteger]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>