[Scilab-users] Changing polyline properties in param3d1

Rafael Guerra jrafaelbguerra at hotmail.com
Wed Jul 18 19:00:48 CEST 2018


Hello,

I do not know the answer.

On the other hand, as usually one wants to differentiate the different curves, could you predefine a number of curve properties (ps, th, fr, arrays below) and loop thru each curve?

N = size(X,2);
for i = 1:N
    param3d1(X(:,i),Y(:,i),Z(:,i));
    gce().polyline_style= ps(i);
    gce().thickness= th(i);
    gce().foreground= fr(i);
end

Regards,
Rafael



More information about the users mailing list