Hiding the contours on 3D surface

Hi,
I want to hide the contours which appear when I move the mouse on 3d surface.
How can I do that?

regards

Hi @doga,

You can do this by setting surface.contours.x.highlight to False (and similarly for surface.contours.y.highlight and surface.contours.z.highlight).

See customize hover for surface contours for an example.

Hope that helps!
-Jon