LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph

Hello Friends

   

                  I have one doubt in graph.In my application i have number of plots .I want to activate 5 plots in a single loop itself how to activate it

 

 

 

 

Jayavel
0 Kudos
Message 1 of 6
(3,312 Views)

 


I want to activate 5 plots in a single loop itself how to activate it

 

 

Do you mean 5 plots in one graph?

0 Kudos
Message 2 of 6
(3,310 Views)
Not like that its having more than 25 plots.For an example only i told like that.
Jayavel
0 Kudos
Message 3 of 6
(3,308 Views)
You can build an array and plot in in a graph right?
Message 4 of 6
(3,305 Views)

Hi

you need to have array of cluster.That way you can have multiple plots

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 5 of 6
(3,301 Views)

2D array is all you need 🙂

 

This high-end code

SNAG-016.jpg

 

Will produce this graph

SNAG-017.jpg

 

 

If, on the other hand, you need a chart or some XY graph/chart, then you need something else 🙂

Message 6 of 6
(3,276 Views)