Hi Claus,

You are welcome.
Herein some improved code to replace the section that sets dashed line contours:

for i = 1:nz
    if e.children(i).type == "Compound" then
        e.children(i).children.line_style = 2;  // dashed contours
    end
end

Regards,
Rafael

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to