Re: number of digots

Dan Hatton via gnuplot-info <[email protected]> Fri, 24 Sep 2021 21:16:05 +0100 (BST)
Newsgroups gmane.comp.graphics.gnuplot.user
Message-ID <alpine.DEB.2.22.394.2109242050300.77126@ostler>
On Thu, 16 Sep 2021, Patrick Dupre wrote:

> As a result of the fit, I get:
> Offset          = -2.48586e+07
> How can I display more digits?

The number of digits you get in that message is being controlled by a
hard-coded format string on line 1171 or line 1200 of fit.c in the
(commit a5562b) Gnuplot source code.  But one thing you could do is,
straight after the fit is completed, issue the command "print Offset",
which will provide a greater number of digits (controlled by a
different hard-coded format string, on line 1576 of util.c).

_However_: think carefully about whether printing any more digits is
useful, given that there will be some standard error in the inferred
value of the parameter.


_______________________________________________
gnuplot-info mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info