Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #729

Re: Use fit parameters as title for a plot

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 2011-12-07 21:57 -0800
Organization gnuplot development team
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>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | 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 | NextPrevious in thread | Next in thread | Find similar


Thread

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