[Scilab-users] Changing polyline properties in param3d1

Samuel Gougeon sgougeon at free.fr
Thu Jul 19 23:07:39 CEST 2018


Le 19/07/2018 à 21:30, Samuel Gougeon a écrit :
> .../...
>
> param3d1(X,Y,Z);
> c = gce();
> if size(X,"c")>1, c = c.children;  end
> c.polyline_style = 4;
> c.thickness = 2;
> c.foreground = 32;
>
> The last 3 lines should be replaceable with simply
> set(c, "polyline_style", 4, "thickness", 2, "foreground", 32);
> but there is a bug => being fixed 

reported here <http://bugzilla.scilab.org/show_bug.cgi?id=15670> and 
fixed there <https://codereview.scilab.org/20298>.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20180719/9e1f09be/attachment.htm>


More information about the users mailing list