I recently had to graph some 3D data, and found it more trouble than anticipated.
It would be great if there was a graph similar to the XY graph, but for 3D.
Instead of clustering just a 1D x-array and a 1D y-array, you could cluster a 1D z-array as well.
Then send the whole cluster to the XYZ graph.
Or 3 inputs, 1D arrays each would work.
It is difficult manipulating the data for the current required inputs of:
- 1D x array
- 1D y array
- 2D z matrix
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.