|
From: Petr M. <mi...@ph...> - 2006-08-29 06:29:35
|
> However, I think we very definitely should fix the currently broken > behavior of > splot 'foo' using 1:2:3 > in the presence of nonsense or NaN strings It seems that Inf is handled, so why not NaN? 0.1 10 1.111 0.2 20 2.222 0.3 Inf 3.333 0.4 40 4.444 set table plot 'a' #Curve 0 of 1, 4 points #x y type 0.1 10 i 0.2 20 i 0.3 0.3 u 0.4 40 i --- PM |