Page 1 of 1

viewxy - change NaN visual representation

Posted: Fri Apr 29, 2016 3:58 pm
by greggorob64
Howdy. I have a chart, shown below

Image

Note the yellow giant rectangle on the left-hand side. After some digging, I figured out that those are float.NaN values. Is it possible to have those points not drawn at all, instead of the giant rectangle it shows as?

Thanks!

Re: viewxy - change NaN visual representation

Posted: Fri Apr 29, 2016 8:59 pm
by ArctionPasi
Currently it's not possible built, but coming soon.

See this topic http://www.arction.com/forum/viewtopic. ... reas#p2969

Re: viewxy - change NaN visual representation

Posted: Mon May 02, 2016 11:46 am
by fredd41
find & replace

Re: viewxy - change NaN visual representation

Posted: Mon May 02, 2016 1:29 pm
by greggorob64
ArctionPasi wrote:Currently it's not possible built, but coming soon.

See this topic http://www.arction.com/forum/viewtopic. ... reas#p2969
That's cool, I'm alright with waiting. As a workaround, what would you recommend to use when one or more series are missing data? I can just zero them out, but that would be innacurate...

Re: viewxy - change NaN visual representation

Posted: Mon May 02, 2016 1:29 pm
by greggorob64
@Fredd, i'm not sure what you mean

Re: viewxy - change NaN visual representation

Posted: Mon May 02, 2016 3:12 pm
by fredd41
you can clip data:

find nan values

SampleDataSeries.SetClipAreas

find min and max (without nan)

y.setrange(min,max)