User Portlet User Portlet

Discussions
There is a built-in function for doing what you want, `Rescale`: colorfunc = ColorData["Rainbow"]; Graphics3D[{PointSize[0.02], Point[coord, VertexColors -> colorfunc /@ Rescale[vels]]}, Axes -> True] ![enter image...