[Scilab-users] Stacked 2D plot in 3D

Rafael Guerra jrafaelbguerra at hotmail.com
Sun Jan 28 17:24:02 CET 2018


Hi Samuel,

Absolutely, the two param3d functions should be merged.

The vectorised assignment example should also be included in the helpfile.

Regards,
Rafael

-----Original Message-----
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Samuel Gougeon
Sent: Sunday, January 28, 2018 5:17 PM
To: Users mailing list for Scilab <users at lists.scilab.org>
Subject: Re: [Scilab-users] Stacked 2D plot in 3D

Hello Rafael,

About param3d() and param3d1():
In 3 days, it will be the 10th birthday of this report: 
http://bugzilla.scilab.org/6155
Shall we make a present to other users? :) By the way, beyond their pages, don't you think the functions themselves should be merged?

Le 28/01/2018 à 16:39, Rafael Guerra a écrit :
> .../...
> for i=1:nf;
>      e.children(i).foreground = color('dark blue');
>      e.children(i).thickness = 2;
> end

Or more simply:

e.children.foreground = color('dark blue'); e.children.thickness = 2;

This kind of vectorized assignment (almost always) works.

Cheers
Samuel

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



More information about the users mailing list