LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array of 3D scatter plots

A long time ago I posted the following topic, and the solution by altenbach worked properly. 

http://forums.ni.com/t5/LabVIEW/array-of-XY-graphs/td-p/1321385

Now I have a similar problem, unfortunately the previous method doesn't work, because I cannot create a 1d array of clusters of 3d scatter (the indicator created with the 3d scatter plot command). The cluster containinf the 3d cluster can be created, but I cannot put inside the array control (it doesn't attach to it). 

Do you know if it is possible to create an array of 3d scatter plots? 

Thank you in advance

0 Kudos
Message 1 of 3
(2,141 Views)

You cannot make an array of 3D scatter plots. You can however make an array of the datasets to create the plots. All you have to do then is index out the element that the user wants to see and generate that plot.

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,116 Views)

As far as I understand, my problem cannot have a solution, since I have many vectors (the number is decided by a for loop and can vary according to the cuts I decide to put on the data) and it's not reasonable to fill one by one. What I was looking for was an automatic procedure. 

0 Kudos
Message 3 of 3
(2,090 Views)