LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I make a graph ignore a particular value (zero) ?

Hello,
 
Everything is in the title : how can I make a graph ignore a particular value (zero) ?
 
Indeed, I want my graph not to plot the input value if it is a "zero" (and of course, I want the graph to plot the input value if it is different than "zero").
 
Thank you in advance for your help.
 
Julien
0 Kudos
Message 1 of 4
(3,867 Views)
Well that sound quite easy... just filter the data before plotting...

hope the exemple will natch your needs.. please tell me if I'm far from the ballpark.

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 4
(3,861 Views)

Hi Julien,

A graph will not plot a numeric value that is "NaN" - so substitute the particular values you want to be ignored with "NaN" values before sending the data to the graph/chart.

Mark.

Message 3 of 4
(3,858 Views)

Thank you very much !

Julien

0 Kudos
Message 4 of 4
(3,833 Views)