1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
<HTML>
<HEAD>
<TITLE>SCALES command</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<P><font size="+3" color="green"><B>SCALES command</B></font></P>
<TABLE border="1" cols="2" frame="box" rules="all" width="572">
<TR>
<TD width="15%" valign="top"><B>Syntax</B>:</TD>
<TD width="85%" valign="top"><CODE>
SCALES { minx maxx nlxinc miny maxy nlyinc }<br />
SCALES minx maxx miny maxy</CODE>
</TD></TR>
<TR>
<TD valign="top"><B>Qualifiers:</B></TD>
<TD valign="top"><CODE>
\COMMENSURATE</CODE>
</TD></TR>
<TR>
<TD valign="top"><B>Defaults:</B></TD>
<TD valign="top"><CODE>
<CODE>nlxinc=0</CODE> & <CODE>nlyinc=0</CODE> if not entered, non-commensurate axes</CODE>
</TD></TR>
</TABLE>
<P>
The <CODE>SCALES</CODE> command turns off the autoscaling feature, as set by the
<a href="../Characteristics/GeneralGraph/autoscale.htm"><CODE>AUTOSCALE</CODE></a>
characteristic, and sets the graph scales for subsequent graphs as follows:</P>
<table border="0" cols="3">
<tr>
<td><CODE>minx</CODE></td>
<td>-</td>
<td>minimum value to display on the x-axis</td>
</tr><tr>
<td><CODE>maxx</CODE></td>
<td>-</td>
<td>maximum value to display on the x-axis</td>
</tr><tr>
<td><CODE>nlxinc</CODE></td>
<td>-</td>
<td>number of large (numbered) tic marks on the x-axis</td>
</tr><tr>
<td><CODE>miny</CODE></td>
<td>-</td>
<td>minimum value to display on the y-axis</td>
</tr><tr>
<td><CODE>maxy</CODE></td>
<td>-</td>
<td>maximum value to display on the y-axis</td>
</tr><tr>
<td><CODE>nlyinc</CODE>
<td>-</td>
<td>number of large (numbered) tic marks on the y-axis</td>
</tr></table>
<P>
If no parameters are entered, the scales will be frozen at their current
values, and the current values of <CODE>minx</CODE>, <CODE>maxx</CODE>, <CODE>nlxinc</CODE>,
<CODE>miny</CODE>, <CODE>maxy</CODE>, and <CODE>nlyinc</CODE> will be displayed.</P>
<P>
If four (<CODE>4</CODE>) parameters are entered, the number of labeled tic
marks on the <i>x</i> and <i>y</i>-axes, that is, <CODE>nlxinc</CODE> and
<CODE>nlyinc</CODE>, default to zero (<CODE>0</CODE>), which means the program will
choose "nice" numbers of increments.</P>
<P>
<a href="commensurate.htm"><font size="+1" color="olive">Commensurate axis scaling</font></a><br />
<a href="ticmarks.htm"><font size="+1" color="olive">Labeled tic marks</font></a><br />
<a href="example.htm"><font size="+1" color="olive">Example</font></a></P>
</BODY>
</HTML>
|