From: <HBB...@t-...> - 2007-05-04 21:29:34
|
pl...@pi... wrote: > However if I remove the constant /10 or make it /1 or /1.0 the call to fit > fails saying there are not enough data points. You defined a y range, but without the division, most data points are outside that range. Yes, 'fit' does respect 'set yrange'. > This is presumably a different error condition that is not getting trapped > correctly and displaying an incorrect error message. You presume prematurely. |