Repository URL to install this package:
|
Version:
4.4.5.dfsg-3ubuntu2 ▾
|
<HTML>
<HEAD>
<TITLE>YLEADINGZEROS</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<P><A NAME="yleadingzeros"></A>
<font size="+3" color="green"><B>YLEADINGZEROS</B></font></P>
<TABLE border="1" cols="2" frame="box" rules="all" width="572">
<TR>
<TD width="20%" valign="top"><B>Syntax</B>:</TD>
<TD width="80%" valign="top"><CODE>
SET YLEADINGZEROS n<BR />
GET YLEADINGZEROS { n }</CODE>
</TD></TR>
<TR>
<TD width="20%" valign="top"><B>Default</B>:</TD>
<TD width="80%" valign="top"><CODE>
YLEADINGZEROS = 0</CODE>
</TD></TR>
</TABLE>
<P>
<CODE>YLEADINGZEROS</CODE> controls whether leading zeros are displayed on the <i>y</i>-axis numbers.</P>
<P>
<table border="1" cols="2">
<tr>
<td align="center"><code>YLEADINGZEROS</code></td>
<td align="center"><em>meaning</em></td>
</tr><tr>
<td valign="center" align="center">= 0</td>
<td valign="top">numbers displayed on the <i>y</i>-axis will not have leading zeros
if they are between 0 and 1</TD>
</tr><tr>
<td valign="center" align="center">≠ 0</td>
<td valign="top">numbers displayed on the <i>y</i>-axis will have leading zeros if
they are between 0 and 1</td>
</tr></table></p>
<P>
The default is to not display these leading zeros. Numbers that
are between <CODE>-1</CODE> and <CODE>0</CODE> always have the leading zero
displayed.</P>
</BODY>
</HTML>