[Scilab-Dev] Draw a string in a 3d position

Serge Steer Serge.Steer at inria.fr
Mon Oct 4 10:25:05 CEST 2010


Le 04/10/2010 07:03, Andrés Vennera a écrit :
> 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 and
> 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.
>
> Thanks a lot.
>
> Andrés Vennera
> UTN -  Facultad Regional Haedo - Bs As - Argentina
It cannot be done directly yet, but it is possible to proceed as follow

xstring(x,y,'my string')
e=gce();
e.data(3)=z;

Remark: you should set the axes view to "3d"  before...

Serge Steer
INRIA



More information about the dev mailing list