LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plot a graph on top of a previously existing graph

hello,

i have a graph inside a while loop that i'm using to plot and see real time my data points. after the while loop, i would like to fit a gaussian and plot its values on the same existing graph used previously for my data points. is this possible? thanks in advance and i would appreciate any help!

0 Kudos
Message 1 of 3
(2,001 Views)

Hi,

 

It is possible to plot on the same graph. Use a local variable or value property node of Graph. You can right click on graph>create>propert node>value.

 

Hope this helps you.

0 Kudos
Message 2 of 3
(1,986 Views)

Hi,

 

Here is an example of what GITA_A explained

 

Regards,

Olivier L. | Certified LabVIEW Developer


0 Kudos
Message 3 of 3
(1,979 Views)