It´d be nice if you could specify ranges with breaks, for example
[0:40,50:360]
I see this can be managed otherwise for plotting, but it would be very useful for fitting. That´s probably easier to implement, anyway.
Karl
A way to do it is of course this:
a=2; fit a "-" using 1:($1<2.5?$2:$1>3.5?$2:NaN) via a 1 1.2 2 1.1 3 999999 4 0.9 5 1.1 e
, excluding the offending range (here around 3) from the data.
Log in to post a comment.
A way to do it is of course this:
, excluding the offending range (here around 3) from the data.