Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #729
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | sfeam <sfeam@users.sourceforge.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Use fit parameters as title for a plot |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | Wed, 07 Dec 2011 21:57:31 -0800 |
| Organization | gnuplot development team |
| Lines | 28 |
| Message-ID | <jbpjkh$iv6$1@dont-email.me> (permalink) |
| References | <cce8bb8a-fa8b-4d33-b5f7-34c75f48bd16@g7g2000vbd.googlegroups.com> <926800ec-27a5-4262-a86c-b0dca9824cac@g7g2000vbd.googlegroups.com> <9b4ca773-d75b-42a8-8e7d-c3b34f73fb7f@n10g2000vbg.googlegroups.com> |
| Reply-To | sfeam@users.sourceforge.net |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| Injection-Date | Thu, 8 Dec 2011 05:57:38 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="3mhAfh4CeAIeL3OKnPexDA"; logging-data="19430"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18hcI6xo+8d2xBeB25t8wgw" |
| User-Agent | KNode/4.4.9 |
| Cancel-Lock | sha1:PdjVpuBCDp++8Gs3ROMHy9boGcA= |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:729 |
Followups directed to: comp.graphics.apps.gnuplot
Show key headers only | View raw
Gabriele wrote:
> On 7 Dic, 19:51, tv <tommaso.vi...@gmail.com> wrote:
>> On Dec 7, 5:33 pm, Gabriele <gabriele.fontanar...@gmail.com> wrote:
>>
>> > Now i want to plot a graph with a title like:
>> > "blablabla Aval - Aerr blablabla"
>>
>> set title sprintf("blablabla %f - %f blablabla",Aval ,Aerr)
>
> Thank you very much :)
>
> How do i access to Aerr value? I read it on the fit.log, but it's seem
> not stored elsewhere
gnuplot> help fit
[...]
After each iteration step, detailed information about the current state
of the fit is written to the display. The same information about the
initial and final states is written to a log file, "fit.log". This file
is always appended to, so as to not lose any previous fit history; it
should be deleted or renamed as desired. By using the command
`set fit logfile`, the name of the log file can be changed.
If gnuplot was built with this option, and you activated it using `set fit
errorvariables`, the error for each fitted parameter will be stored in
a variable named like the parameter, but with "_err" appended. Thus the
errors can be used as input for further computations.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Use fit parameters as title for a plot Gabriele <gabriele.fontanarosa@gmail.com> - 2011-12-07 08:33 -0800
Re: Use fit parameters as title for a plot tv <tommaso.vinci@gmail.com> - 2011-12-07 10:51 -0800
Re: Use fit parameters as title for a plot Gabriele <gabriele.fontanarosa@gmail.com> - 2011-12-07 19:37 -0800
Re: Use fit parameters as title for a plot sfeam <sfeam@users.sourceforge.net> - 2011-12-07 21:57 -0800
Re: Use fit parameters as title for a plot Gabriele <gabriele.fontanarosa@gmail.com> - 2011-12-08 03:35 -0800
csiph-web