aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog6
-rw-r--r--man/calc.texi9
2 files changed, 13 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 80ddad0085d..18cd4b72bc6 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc.texi (Basic Graphics): Mention the graphing of error
4 forms.
5 (Graphics Options): Mention how `g s' handles error forms.
6
12007-08-01 Alan Mackenzie <acm@muc.de> 72007-08-01 Alan Mackenzie <acm@muc.de>
2 8
3 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file" 9 * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
diff --git a/man/calc.texi b/man/calc.texi
index 3085e2e8dd8..9e50629a3b2 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -28417,7 +28417,10 @@ variables.
28417 28417
28418The ``x'' and ``y'' values for the data points (as pulled from the vectors, 28418The ``x'' and ``y'' values for the data points (as pulled from the vectors,
28419calculated from the formulas, or interpolated from the intervals) should 28419calculated from the formulas, or interpolated from the intervals) should
28420be real numbers (integers, fractions, or floats). If either the ``x'' 28420be real numbers (integers, fractions, or floats). One exception to this
28421is that the ``y'' entry can consist of a vector of numbers combined with
28422error forms, in which case the points will be plotted with the
28423appropriate error bars. Other than this, if either the ``x''
28421value or the ``y'' value of a given data point is not a real number, that 28424value or the ``y'' value of a given data point is not a real number, that
28422data point will be omitted from the graph. The points on either side 28425data point will be omitted from the graph. The points on either side
28423of the invalid point will @emph{not} be connected by a line. 28426of the invalid point will @emph{not} be connected by a line.
@@ -28815,7 +28818,9 @@ available for any device.
28815The @kbd{g S} (@code{calc-graph-point-style}) command similarly turns 28818The @kbd{g S} (@code{calc-graph-point-style}) command similarly turns
28816the symbols at the data points on or off, or sets the point style. 28819the symbols at the data points on or off, or sets the point style.
28817If you turn both lines and points off, the data points will show as 28820If you turn both lines and points off, the data points will show as
28818tiny dots. 28821tiny dots. If the ``y'' values being plotted contain error forms and
28822the connecting lines are turned off, then this command will also turn
28823the error bars on or off.
28819 28824
28820@cindex @code{LineStyles} variable 28825@cindex @code{LineStyles} variable
28821@cindex @code{PointStyles} variable 28826@cindex @code{PointStyles} variable