|
From: Petr M. <mi...@ph...> - 2011-05-14 11:06:17
|
A colleague has noticed wrong parameter values after 2D fitting via
fit f(x,y) 'data.txt' us 1:2:3 via a,b,c
Gnuplot was fitting correctly after adding the dummy weight column as
"help fit" indicates:
fit f(x,y) 'data.txt' us 1:2:3:(1) via a,b,c
I think gnuplot should write an error of not having enough columns or
missing weights column in the former command or it should fill weights by
one if the 4th column is missing.
---
PM
|