[scilab-Users] annotation of 3d plots

Peter Hinow hinow at uwm.edu
Fri Nov 11 19:20:31 CET 2011


thank you, Serge!

----- Original Message -----
From: "Serge Steer" <Serge.Steer at inria.fr>
To: users at lists.scilab.org
Sent: Friday, November 11, 2011 12:14:10 PM
Subject: Re: [scilab-Users] annotation of 3d plots

Le 10/11/2011 20:27, Peter Hinow a écrit :
> Deat all,
> it would be nice to have a function xstring3d(x,y,z,s) similar to what xstring does in 2d. It's possible to use xstring on a 3d graph, but there x and y have other meanings, so it's quite a pain.
> Thank you for your attention,
>       Peter
>
Please it find below
Serge Steer, INRIA


function xstring3d(x,y,z,s)
   xstring(x,y,s)
   e=gce()
   e.data(3)=z
endfunction


-- 
Peter Hinow, PhD
Department of Mathematical Sciences
University of Wisconsin - Milwaukee
P.O. Box 413
Milwaukee, WI 53201-0413
USA
phone: ++1 414 229 4933
https://pantherfile.uwm.edu/hinow/www/




More information about the users mailing list