LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Line Graph Isn't Plotting

Hello community, 

 

I have encountered an issue in which the graph that I am trying to plot to a word report, is appearing as a bar graph and not a line graph. Does anyone know why this might be? Attached below is my code. 

 

Thanks for the help. 

Download All
0 Kudos
Message 1 of 3
(954 Views)

Well, you picked the wrong type.

 

(Note that all your built arrays nodes have no function, so why are they there? In the toplevel, use "built array" to create the 2D array, not "insert into array". Can you give more details what the various columns mean (are they all all y? Is one them x? What do you actually want to see? It might help to graph the data in a plain waveform graph to see if it looks correct there.)

 

0 Kudos
Message 2 of 3
(932 Views)

Thanks for your response.

 

My end goal is to achieve one table (which I already have) and two graphs which plot the "random data". One plot should be array 4 and the other plot should be array 5 and 6 combined. I attached below an example of what I'm trying to get the plot to look like. 

 

I do appreciate your help. 

0 Kudos
Message 3 of 3
(926 Views)