]> code.delx.au - gnu-emacs/commitdiff
Merge from emacs--devo--0
authorMiles Bader <miles@gnu.org>
Fri, 3 Aug 2007 05:57:24 +0000 (05:57 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 3 Aug 2007 05:57:24 +0000 (05:57 +0000)
Patches applied:

 * emacs--devo--0  (patch 845)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-242

man/ChangeLog
man/calc.texi

index 80ddad0085dd7fbf82e46ad460bf2568ba04832d..18cd4b72bc6bd877e7da41d193445ef3e77b3f06 100644 (file)
@@ -1,3 +1,9 @@
+2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Basic Graphics): Mention the graphing of error
+       forms.
+       (Graphics Options): Mention how `g s' handles error forms.
+
 2007-08-01  Alan Mackenzie  <acm@muc.de>
 
        * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
index 3085e2e8dd85ae56a9d26cb44725582b642baa81..9e50629a3b2bc7ca2658880cb1f745ccbbd4d572 100644 (file)
@@ -28417,7 +28417,10 @@ variables.
 
 The ``x'' and ``y'' values for the data points (as pulled from the vectors,
 calculated from the formulas, or interpolated from the intervals) should
-be real numbers (integers, fractions, or floats).  If either the ``x''
+be real numbers (integers, fractions, or floats).  One exception to this
+is that the ``y'' entry can consist of a vector of numbers combined with
+error forms, in which case the points will be plotted with the
+appropriate error bars.  Other than this, if either the ``x''
 value or the ``y'' value of a given data point is not a real number, that
 data point will be omitted from the graph.  The points on either side
 of the invalid point will @emph{not} be connected by a line.
@@ -28815,7 +28818,9 @@ available for any device.
 The @kbd{g S} (@code{calc-graph-point-style}) command similarly turns
 the symbols at the data points on or off, or sets the point style.
 If you turn both lines and points off, the data points will show as
-tiny dots.
+tiny dots.  If the ``y'' values being plotted contain error forms and 
+the connecting lines are turned off, then this command will also turn 
+the error bars on or off.
 
 @cindex @code{LineStyles} variable
 @cindex @code{PointStyles} variable