[scilab-Users] Draw a string in a 3d position

Samuel GOUGEON Samuel.Gougeon at univ-lemans.fr
Wed Oct 13 12:38:33 CEST 2010


  Hello Andrés,

----- Message d'origine -----
De : Andrés Vennera
Date : 13/10/2010 05:29:
> Hello,
>
> I am trying to draw a string of characters in a 3D plot. I looked for a 
> command to do it but i didn't found it in the help, internet or manuals. If I 
> use "xstring" command i can't define an (x,y,z) position to locate the label, 
> i only can define a position on the x-y plane.
// after
xstring(x,y,"string")
// on a 3D plot, do :
e=gce(); e.data(3) = z_of_string;

Regards
Samuel




More information about the users mailing list