Reputation: 24981
I have a set of 3d coordinates in 3 arrays X
, Y
, Z
, and the temperature T
at each point. I want to plot the points as a point cloud, such that each point will have a color according to it's temperature. Something similar to how you can specify colors in trisurf
. How do I do that?
Upvotes: 2
Views: 1250