Hi,
I want to define colorscale of my 3D surface plot based on z-axis values.
for example, I want points with z-axis value < -10 in red color, points with z-axis value between - 10 and 10 in green and point with z-axis value >10 in blue.
Is it possible to do that ?
Regards,