11-05-2012 04:41 PM
I would like to display two sets of data in a 3D scatter graph, and each data set should have its own style and size. Can someone help me complete this task? Thanks in advance.
11-06-2012 06:31 PM
Hello AC_No_1,
I found a great example called 3D Scatter Plot.vi in the LabVIEW example finder. If you right click on the plot on the FP you an go to 3D Plot Properties, and under "Scatter" you can add a plot to the plot list.
After adding a plot to the plot list then you can change which plot you would be drawing from the "Plot ID" constant on the BD.
You could use a case structure to programatically write to the two different plots.
I have been unable to find a way to view both plots at once. You can select which one you are viewing from the front panel, on the 3D graph indicator is a dropdown where you select which plot to view.
You should be able to change the style and size of each plot from the 3D Plot Properties dialog (right click on the indicator). I hope this helps get you up an running!
Thanks,
Joel C
National Instruments