Remove hidden lines from mesh plot
hidden on
hidden off
hidden
Hidden line removal draws only those lines that are not obscured
by other objects in a 3-D view. The hidden
function
only applies to surface plot objects that have a uniform FaceColor
.
hidden on
turns on hidden
line removal for the current mesh plot so lines in the back of a mesh
are hidden by those in front. This is the default behavior.
hidden off
turns off hidden
line removal for the current mesh plot.
hidden
toggles the hidden
line removal state.