LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to draw xy graph with multiple y axis input?

Solved!
Go to solution

Hi,

 

I have problem in xy graph, the xy graph only can show 1 signal from the y axis input ( As you can see in the attachment )

Is it possible to draw xy graph with 2 Y input? Or maybe there are another type of graph that possible to do this? 

 

Note:  the x axis should be from an input too ( not versus time / sample ).

 

All answer and advice are welcomed. Smiley Happy

 

Best regards,

 

Alvin Chandra 

0 Kudos
Message 1 of 3
(5,310 Views)
Solution
Accepted by topic author Chandras

Are you asking for a second Y scale on the graph?

 

If so, right click on the existing scale, select "Duplicate Scale". This will create a second scale. You can then (if you wish), right click on the new scale a select "Swap Sides" to put it on the other side of the graph.

 

Are you asking about adding a second plot?

 

If so then you need to bundle your arrays of X and Y points into clusters and build those into an array:

 

Multiple Y on Graph.png

 

The X-axis is always from an input on the XY Graph. You just need to change the axis title. Easiest way to do this is to double click on the axis title and type the new name.

 

Rob

Message 2 of 3
(5,302 Views)

Hi Rob,

 

Sorry for the late reply..

It´s working! Thank you for your help..

 

Best regards,

Alvin

0 Kudos
Message 3 of 3
(5,275 Views)