|
From: Bastian M. <bma...@we...> - 2007-11-09 08:37:03
|
Hi, quite a while ago Thomas Mattison posted patch "[ 1445064 ] Gnuplot fitting improvements" on sourceforge. Amongst many other things it includes > 7. New one-line progress-report, > revert by FIT_CLASSIC_PROGRESS = 1 > > 8. New final fit parameter report format, > revert by FIT_CLASSIC_RESULT = 1 It's a large patch which changes quite a lot of things, which in my opinion kept it from being included. Also the control variables it introduces should be converted to options to 'set fit'. I started to split the patch into smaller pieces, which could be included more easily. Due to lack of time I haven't been able to finish it though. Bastian pl...@pi... schrieb: > Hi, > > fit is one of the best features of gnuplot but its rather verbose output > spamming the console can be annoying. > > I frequently have useful output from print statements in a gnuplot file > that I need to see. Having to scoll back several pages and parse > screenfuls of junk to read two consecutive lines of output is obstructive. > > Clearly the fit output can be very relevant and useful but if we dont need > to see the dirty details of every iteration every time it runs, an option > to for a silent run would be nice. > > printing the final parameter values would probably suffice much of the > time. > > regards, Peter. > |