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 72
|
<HTML>
<HEAD>
<TITLE>Labeled tic marks</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<P><font size="+2" color="green">Labeled tic marks</font></P>
<P>
The number of large, labeled, tic marks to be displayed
on the <i>x</i>-axis is controlled by
<CODE>nlxinc</CODE>. Its initial value is <CODE>5</CODE>.</P>
<P>
<table border="0" cols="3">
<tr>
<td width="15%" valign="top"><CODE>nlxinc < 0</CODE></td>
<td valign="top">-</td>
<td valign="top">the number of large tic marks on the x-axis will
be <CODE>nlxinc + 1</CODE>. If <CODE>XLOGBASE > 1</CODE>, logarithmic
<I>x</I>-axis, <CODE>nlxinc</CODE> may be changed to avoid fractional powers. If
<CODE>XLOGBASE < 1</CODE>, linear <I>x</I>-axis,
the <I>x</I>-axis minimum and maximum will not be labeled with numbers.</td>
</tr><tr>
<td width="15%" valign="top"><CODE>nlxinc = 0</CODE></td>
<td valign="top">-</td>
<td valign="top">the number of large tic marks on the <I>x</i>-axis will
be automatically determined for the user. The virtual <i>x</i>-axis minimum
and maximum will be determined, so the <i>x</i>-axis may not begin or end at a large tic mark</td>
</tr><tr>
<td width="15%" valign="top"><CODE>nlxinc > 0</CODE></td>
<td valign="top">-</td>
<td valign="top">the number of large tic marks on the <i>x</i>-axis will
be <CODE>nlxinc + 1</CODE>. If <CODE>XLOGBASE > 1</CODE>, logarithmic
<i>x</i>-axis, <CODE>nlxinc</CODE> may be changed to avoid fractional powers. If
<CODE>XLOGBASE < 1</CODE>, linear <i>x</i>-axis,
<CODE>nlxinc</CODE> will not be changed.</td>
</tr></table></P>
<P>
The number of large, labeled, tic marks to be displayed on the <i>y</i>-axis
is controlled by <CODE>nlyinc</CODE>. Its initial value is <CODE>5</CODE>.</P>
<P>
<table border="0" cols="3">
<tr>
<td width="15%" valign="top"><CODE>nlyinc < 0</CODE></td>
<td valign="top">-</td>
<td valign="top">the number of large tic marks on the <i>y</i>-axis will
be <CODE>nlyinc + 1</CODE>. If
<CODE>YLOGBASE > 1</CODE>, logarithmic <i>y</i>-axis, <CODE>nlyinc</CODE> may be changed
to avoid fractional powers. If <CODE>YLOGBASE < 1</CODE>, linear <i>y</i>-axis, the
<i>y</i>-axis minimum and maximum will not be labeled with numbers.</td>
</tr><tr>
<td width="15%" valign="top"><CODE>nlyinc = 0</CODE></td>
<td valign="top">-</td>
<td valign="top">the number of large tic marks on the <i>y</i>-axis will
be automatically determined for the user. The virtual <i>y</i>-axis minimum
and maximum will be determined, so the <i>y</i>-axis may not begin or end at a large tic mark</td>
</tr><tr>
<td width="15%" valign="top"><CODE>nlyinc > 0</CODE></td>
<td valign="top">-</td>
<td valign="top">the number of large tic marks on the <i>y</i>-axis will
be <CODE>nlyinc + 1</CODE>. If <CODE>YLOGBASE > 1</CODE>, logarithmic
<i>y</i>-axis, <CODE>nlyinc</CODE> may be changed to avoid fractional powers. If
<CODE>YLOGBASE < 1</CODE>, linear <i>y</i>-axis,
<CODE>nlyinc</CODE> will not be changed.</td>
</tr></table></p>
<P>
<a href="commensurate.htm"><img src="../shadow_left.gif">
<font size="+1" color="olive">Commensurate axis scaling</font></a><br />
<a href="example.htm"><img src="../shadow_right.gif">
<font size="+1" color="olive">Example</font></a>
</P>
</BODY>
</HTML>
|