Is there a way to use custom colors for each point on an NGridSurfaceSeries?
I know there is a way to do this using the NTriangulatedSurfaceSeries but is there a method for the NGridSurfaceSeries?
I will explain my issue to help clarify any questions. Essentially I want to plot a sphere in 3D space using an NGridSurfaceSeries showing the temperature of this sphere along the surface using color. I have 4 matrices, one for X position, one for Y position, one for Z position, and one for temperature. Each element in the temperature matrix corresponds to a temperature for a given X,Y,Z position. I want to show hot, warm, cool, and cold temperatures along this sphere by using colors.