10-25-2018 11:46 PM
i develop xy graph with NaN data..currently, my graph display pointer depend on data because between 3 point having 1 point is NaN data..how to ignore point NaN data and do linear graph
10-26-2018 01:48 AM
Hi Anita,
urrently, my graph display pointer depend on data because between 3 point having 1 point is NaN data..how to ignore point NaN data and do linear graph
What are "pointers" here? Do you mean "points" instead?
What is a "linear" graph"? Do you talk about the interpolation style of the plot?
Generic answer to your generic question:
When you don't like those NaN values in your plot you should filter/avoid them!
For more specific answers you should attach your VI with some useful data inside (set some default values!)…