|
From: Thomas S. <t.s...@fz...> - 2010-04-28 15:58:43
|
'using 1:2:3' means 'using x:z:s', so you omit the y-values. see the help information of gnuplot or http://www.gnuplot.info/docs/gnuplot.html#x1-9400057 'using 1:2:3:(1)' is the right syntax. sabari wrote: > > Dear All > What is the difference between "using 1:2:3 and using 1:2:3:(1)" for 2d > fit > > for example > > fit f(x,y) "nor.dat" using 1:2:3 via a,b,c > fit f(x,y) "nor.dat" using 1:2:3:(1) via a,b,c > > with thanks and regards > > sabarinathan.v > ------------------------------------------------------------------------------ > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/fitting-function-tp28387212p28390571.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |