LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display multi lines in XY graph?

Solved!
Go to solution

@Freelion8 wrote:

Here how multiple data sets are shown on XY graph (check out the attached vi). You can add more [XY] data sets and connect them to the array so that it will also be shown on the XY graph.

 

Thanks! But I think my problem is how to take out he data from the 3D array acquired from the hardware directly.

 

Thanks,

Mei


 

0 Kudos
Message 11 of 18
(1,535 Views)

wrote:
Thanks! But I think my problem is how to take out he data from the 3D array acquired from the hardware directly 

Didn't we already discuss array operation earlier? Again, you don't need an xy graph. Using a waveform graph is significantly less complicated and can show exactly the same as long as the x-values are spaced regularly, as they are here.

 

 

0 Kudos
Message 12 of 18
(1,530 Views)

I will change XY graph into waveform graph, but can you please make more detail about the array operation? I am still confused about how to take out the data.

 

Thanks,

Mei

0 Kudos
Message 13 of 18
(1,519 Views)
Solution
Accepted by M.Mei

Hi

In my vi, I explained how to draw multiple XY lines on an XY graph. It does not matter in you have 3D or 5D or 2D data. All you need to do is to know how to process your 3D data and feed it into your XY graph. I am attaching another vi which explains how possibly you can process your 3D data and feed it to your XY graph. I hope this will help you to understand the concept.

Senior Software Developer
Message 14 of 18
(1,500 Views)

@Freelion8 wrote:

Hi

In my vi, I explained how to draw multiple XY lines on an XY graph. It does not matter in you have 3D or 5D or 2D data. All you need to do is to know how to process your 3D data and feed it into your XY graph. I am attaching another vi which explains how possibly you can process your 3D data and feed it to your XY graph. I hope this will help you to understand the concept.


Hi,

Thanks very much!

Mei

0 Kudos
Message 15 of 18
(1,484 Views)

did it work for you?

Senior Software Developer
0 Kudos
Message 16 of 18
(1,474 Views)

Yes! Your sample inspired me! I can take out data from a 3D array and display multi lines in graph five minutes ago! Thanks again!

Mei

0 Kudos
Message 17 of 18
(1,462 Views)

I am happy to help, hit me a Kudo if it deserves one:)

Senior Software Developer
0 Kudos
Message 18 of 18
(1,457 Views)