[scilab-Users] annotation of 3d plots

Serge Steer Serge.Steer at inria.fr
Fri Nov 11 19:14:10 CET 2011


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




More information about the users mailing list