changeset 82268:c1afebeec697

(Curve Fitting): Mention plot indicator.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 04 Aug 2007 04:44:00 +0000
parents 12609ae53f9b
children 52d28c9f374b
files man/calc.texi
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/calc.texi	Sat Aug 04 04:39:35 2007 +0000
+++ b/man/calc.texi	Sat Aug 04 04:44:00 2007 +0000
@@ -23963,10 +23963,12 @@
 no single @expr{m} and @expr{b} that exactly fit the data; in this
 case, Calc chooses values of the parameters that provide the closest
 possible fit.  The model formula can be entered in various ways after
-the key sequence @kbd{a F} is pressed.  If the letter @kbd{P}
-is pressed after @kbd{a F} but before the model description is entered,
-the data as well as the model formula will be plotted after the formula
-is determined.
+the key sequence @kbd{a F} is pressed.  
+
+If the letter @kbd{P} is pressed after @kbd{a F} but before the model
+description is entered, the data as well as the model formula will be
+plotted after the formula is determined.  This will be indicated by a
+``p'' in the minibuffer after the help message.
 
 @menu
 * Linear Fits::
@@ -24249,6 +24251,8 @@
 case, the model could be @expr{a x + b x^2 + c x^3}.  You can get
 a homogeneous linear or multilinear model by pressing the letter
 @kbd{h} followed by a regular model key, like @kbd{1} or @kbd{2}.
+This will be indicated by an ``h'' in the minibuffer after the help
+message.
 
 It is certainly possible to have other constrained linear models,
 like @expr{2.3 + a x} or @expr{a - 4 x}.  While there is no single