06-29-2014 04:14 PM
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
06-29-2014 09:16 PM - edited 06-29-2014 09:18 PM
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...
06-30-2014 10:38 AM
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.