LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY graph

Hi

 

I am new to Labview. I have two graphs (X,Y) and (X2,Y2). I want to ply a third graph (Y,Y2) by extracting the datas from the previous plots. Any idea how to do this?

 

0 Kudos
Message 1 of 8
(2,542 Views)

Can you show some examples of what you mean? Do you want one plot that combines the previous two datasets? One graph with two plots on it?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 8
(2,533 Views)

Do you want both of the graphs in one chart or you want to extract Y and Y2 and plot that?

0 Kudos
Message 3 of 8
(2,529 Views)

In your attached vi you do get y and y2 directly. You combine them to make a graph. 

0 Kudos
Message 4 of 8
(2,517 Views)

want to extract Y and Y2 and plot!

0 Kudos
Message 5 of 8
(2,500 Views)
You DON'T extract them from the plot. As already noted, you have the arrays and just need to wire them up.
0 Kudos
Message 6 of 8
(2,491 Views)
The thing to remember is that the graph doesn't have any special data type. The graph data type is whatever you wired up to it.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 7 of 8
(2,476 Views)

@matt39 wrote:

want to extract Y and Y2 and plot!


But those are directly available from your attached screen shot. Is our understanding different?

0 Kudos
Message 8 of 8
(2,452 Views)