LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2 plots on one graph

Solved!
Go to solution

I am trying to simply plot two arrays on one plot.

The sizes are different...but i even changed them to the same size but I still cant make it work.

Ive read various other posts, but it seems like there is specifically something wrong with my vi.

 

 

I have attached it here.

Thanks in advance!!! : )

0 Kudos
Message 1 of 4
(2,688 Views)
Solution
Accepted by topic author developer001

Both are there.  One is about 3 orders of magnitude smaller than the other so you just can's see it.  Try multiplying the second array by 1000 before you feed it to the graph.

 

Kelly Bersch
Certified LabVIEW Developer
Kudos are always welcome
0 Kudos
Message 2 of 4
(2,676 Views)

I actually tried that...but still the same thing.

the values are in the range of 1 - 7 (from both arrays) I still dont know why I cant see anything!!

0 Kudos
Message 3 of 4
(2,673 Views)

nevermind

the problem was that the second array was in the range of 10^-6....so a multiplication fixed the problem!

0 Kudos
Message 4 of 4
(2,665 Views)