11-15-2013 11:16 AM
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!!! : )
Solved! Go to Solution.
11-15-2013 11:30 AM
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.
11-15-2013 11:37 AM
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!!
11-15-2013 11:45 AM
nevermind
the problem was that the second array was in the range of 10^-6....so a multiplication fixed the problem!