Above, you see I’ve tried to set color=:black, and I’ve also tried surfacecolor=:black, but these requests seem to be ignored in favor of color-scaling based on z value.
Yes, this is exactly what I was looking for, and I appreciate the fancy lighting options. Thank you!
Question: Is there any hit to performance when the surface is colorscaled? I only ask because MATLAB has an easier time rendering a solid blue surface than a color-scaled blue surface. In our current solution, we’ve scaled from one color to the same color, so I’m wondering if that impacts the rendering speed.
There is no other mean to define a surface in PlotlyJS beside giving a colorscale. That’s why I don’t think that colorscale could affect the performance.