<div dir="ltr"><div>Hi Rafael and Samuel</div><div><br></div><div>Thank you both for great suggestions - and as I thought - I was on the wrong path. Indeed I looked at plot3d3 and didn't catch that this one is suitable for what I wish to do. I see clearly with the example by Samuel that it is quite a smart way. I initially made the mistake to feed vectors (frequencies + angles), and it complained (and it revealed, it seems, that plot3d3 is based on param3d1). I see it needs matrices. The example by Rafael made that clear to me. Thanks Rafael for a very good example to work with.</div><div><br></div><div>Best regards,</div><div>Claus</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 28, 2018 at 5:24 PM, Rafael Guerra <span dir="ltr"><<a href="mailto:jrafaelbguerra@hotmail.com" target="_blank">jrafaelbguerra@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Samuel,<br>
<br>
Absolutely, the two param3d functions should be merged.<br>
<br>
The vectorised assignment example should also be included in the helpfile.<br>
<br>
Regards,<br>
Rafael<br>
<div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: users [mailto:<a href="mailto:users-bounces@lists.scilab.org">users-bounces@lists.<wbr>scilab.org</a>] On Behalf Of Samuel Gougeon<br>
Sent: Sunday, January 28, 2018 5:17 PM<br>
To: Users mailing list for Scilab <<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>><br>
Subject: Re: [Scilab-users] Stacked 2D plot in 3D<br>
<br>
Hello Rafael,<br>
<br>
About param3d() and param3d1():<br>
In 3 days, it will be the 10th birthday of this report:<br>
<a href="http://bugzilla.scilab.org/6155" target="_blank" rel="noreferrer">http://bugzilla.scilab.org/<wbr>6155</a><br>
Shall we make a present to other users? :) By the way, beyond their pages, don't you think the functions themselves should be merged?<br>
<br>
Le 28/01/2018 Ã  16:39, Rafael Guerra a Ã©crit :<br>
> .../...<br>
> for i=1:nf;<br>
>  Â  Â  e.children(i).foreground = color('dark blue');<br>
>  Â  Â  e.children(i).thickness = 2;<br>
> end<br>
<br>
Or more simply:<br>
<br>
e.children.foreground = color('dark blue'); e.children.thickness = 2;<br>
<br>
This kind of vectorized assignment (almost always) works.<br>
<br>
Cheers<br>
Samuel<br>
<br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" target="_blank" rel="noreferrer">http://lists.scilab.org/<wbr>mailman/listinfo/users</a><br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" target="_blank" rel="noreferrer">http://lists.scilab.org/<wbr>mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>