Some hidden faces still appears: x=-2:0.1:2; y=x; z=eval3d(milk_drop,x,y); pl
Reported by Sylvestre LEDRU
Originally assigned to Manuel JULIACHS
-- Bug description --
Some hidden faces still appears:
x=-2:0.1:2; y=x;
z=eval3d(milk_drop,x,y);
plot3d(x,y,z)
a=gca();
a.children(1).hiddencolor
a.children(1).hiddencolor=5
-- Scilab error message --
-- How to reproduce the bug --