Thanks Samuel,
I would use Vers. 6 if I could use variable names containing an exlamation mark ("!"). All my several hundreds of function names contain that character. The bug is announced to be fixed - but is it also fixed if I download the recent Version of Scilab?
Cheers
Jens
----------------------------------------------------------------------

Am 02.10.2018 21:27, schrieb Samuel Gougeon:
Le 01/10/2018 à 16:35, Jens Simon Strom a écrit :
Thanks Samuel,
%nan works with surf, not with plot3d. The latter is attractive because it can handle polygons - but unfortunately not those with embayments: Facet coloring exeeds the contour (Vers. 5.5.2)

This is fixed in Scilab 6.

I have to assemble my facet with several windos from partially overlapping rectangles

You may use this:
xf = [1 -1 -1 1 1 0.5 0.5 -0.5 -0.5 0.5]'; yf = [-1 -1 1 1 -1 -0.5 0.5 0.5 -0.5 -0.5]'; zf = zeros(yf);
red  =  color("red");
plot3d(xf,  yf,  list(zf,  red))//Facet
set(gce(),  "foreground",  red,  "hiddencolor",  red);





_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to