[gnumeric] some documentation fixes
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] some documentation fixes
- Date: Fri, 7 Aug 2009 19:28:05 +0000 (UTC)
commit a228f5801bf35b3723569e9b0ded9f7efd04d889
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date: Fri Aug 7 13:27:43 2009 -0600
some documentation fixes
2009-08-06 Andreas J. Guelzow <aguelzow pyrshep ca>
* analysis-statistical.xml: fix entities
* graphics-plots.xml: fix note re minor ticks on logarithmix axis
doc/C/ChangeLog | 5 +++++
doc/C/analysis-statistical.xml | 12 ++++++------
doc/C/graphics-plots.xml | 11 +++++------
3 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index a1950fe..279edde 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,5 +1,10 @@
2009-08-06 Andreas J. Guelzow <aguelzow pyrshep ca>
+ * analysis-statistical.xml: fix entities
+ * graphics-plots.xml: fix note re minor ticks on logarithmix axis
+
+2009-08-06 Andreas J. Guelzow <aguelzow pyrshep ca>
+
* gnumeric.xml: ensure that the help links from the manage sheet dialog
in fact exist. [#564031]
diff --git a/doc/C/analysis-statistical.xml b/doc/C/analysis-statistical.xml
index 83fc971..905a375 100644
--- a/doc/C/analysis-statistical.xml
+++ b/doc/C/analysis-statistical.xml
@@ -1992,16 +1992,16 @@
<para> The bins tab is used to determine how the cutoffs <parameter>c<subscript>1</subscript></parameter>,
<parameter>c<subscript>2</subscript></parameter>, and so on
to <parameter>c<subscript>n</subscript></parameter> are translated into bins. Specifically,
- it has to be determined whether first and/or last bins reaching from %#x2212;%#x221e; to
+ it has to be determined whether first and/or last bins reaching from −∞ to
<parameter>c<subscript>1</subscript></parameter> and from
- <parameter>c<subscript>n</subscript></parameter> to %#x221e; are added and whether data points that much
+ <parameter>c<subscript>n</subscript></parameter> to ∞ are added and whether data points that much
cutoffs exactly are included in the bin to the right or the left.
</para>
<para> For example the option
- <quote><guilabel>[%#x2219;,%#x2219;),[%#x2219;,%#x2219;),%#x22ef,
- [%#x2219;,%#x2219;),[%#x2219;,%#x221e;)
+ <quote><guilabel>[∙,∙),[∙,∙),⋯,
+ [∙,∙),[∙,∞)
</guilabel></quote>
- indicates that the first bin starts at the first cutoff while the last bin ends at %#x22ef. Moreover,
+ indicates that the first bin starts at the first cutoff while the last bin ends at ∞. Moreover,
each cutoff value belongs to the bin on its right.
</para>
</sect4>
@@ -2133,7 +2133,7 @@
linkend="histogram-example-2" />). </para>
</listitem>
<listitem><para> In the <quote><guilabel>Bins</guilabel></quote> tab
- select the second option since we want to add two bins reaching to %#x2213;%#x221e and
+ select the second option since we want to add two bins reaching to ∓∞ and
we want to count each cutoff value in the bin to its right (see <xref
linkend="histogram-example-3" />).</para>
</listitem>
diff --git a/doc/C/graphics-plots.xml b/doc/C/graphics-plots.xml
index e64c453..74dbb2b 100644
--- a/doc/C/graphics-plots.xml
+++ b/doc/C/graphics-plots.xml
@@ -3727,15 +3727,14 @@
<para>
The <guilabel>Major Ticks</guilabel> value gives the number of
decades (powers of 10) between major ticks. The
- <guilabel>Minor Ticks</guilabel> value is indicative of the
- number of minor ticks in a decade.
+ <guilabel>Minor Ticks</guilabel> value gives the
+ number of minor ticks between major ticks.
</para>
<note>
<para>
- Currently the <guilabel>Minor Ticks</guilabel> value is only
- used if the <guilabel>Major Ticks</guilabel> value is 1. In
- this case a <guilabel>Minor Ticks</guilabel> value of 8 yields
- 8 minor ticks and any other value hides all minor ticks.
+ If the <guilabel>Major Ticks</guilabel> value is <parameter>N</parameter>,
+ then the <guilabel>Minor Ticks</guilabel> value can be
+ <parameter>0</parameter>, <parameter>N−1</parameter>, or <parameter>9N−1</parameter>.
</para>
</note>
</listitem>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]