LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Cory_K

3D scatter plot

Status: Declined

Any idea that has received less than 6 kudos within 6 years after posting will be automatically declined.

Rather than a surface plot, it would be really nice to have a 3D scatter plot.

Right now, you have to pass a 1D x-array, 1D y-array, then a 2D z-matrix.

This is very non-intuitive, and takes quite a bit of poking around to figure out why this is the case.

 

It would make much more sense to be able to pass in a cluster of 3 1D arrays of equal length, the same way you do with an XY graph.

In this case, it would be an XYZ graph.

Cory K
2 Comments
Cory_K
Active Participant

If anyone is familiar with Matlab, it would be nice if LabVIEW had something similar to the inputs for a surface plot.

You have 3 arrays: [x], [y], [z]


Then you can just type surf(x,y,z).

Cory K
Darren
Proven Zealot
Status changed to: Declined

Any idea that has received less than 6 kudos within 6 years after posting will be automatically declined.