LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple xy graph point by point

Solved!
Go to solution

Hi,

 

I would like to plot multiple trace xy graphs point by point. If I plot one trace, it does show up point by point, but plotting multiple traces, they traces show up one after another and not point and point. Attached is my code. Any help would be appreciated.

 

-Tim

0 Kudos
Message 1 of 4
(3,144 Views)

Hi,

 

Here is updated code that demonstrates what I described above.

 

-Tim

0 Kudos
Message 2 of 4
(3,138 Views)
Solution
Accepted by topic author timothy123

That's because you use 'Replace array subset', the element you try to replace does not exist, that means the new element is not placed inside the array.

Use the following code construct instead:

testmultixyplot_BD.png

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 3 of 4
(3,124 Views)

Hi Ton,

 

That works well. Thanks.

 

 

-Tim

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