[Scilab-users] Single function to write text in 3D point

jaipur acj119 at nifty.com
Sun Aug 2 07:44:50 CEST 2015


I'd like to write 'small text' at a 3D point [x0, y0, z0] in 3D axes.
A function, xstring works only for 2D axes like
xstring(x,y,str,[angle,[box]]).
So, I'm now writing the following code.

xstring(x0, y0, 'small text' );
h_text = gce();
h_text.data = [x0, y0, z0];

Is there single function to write text in 3D point?



--
View this message in context: http://mailinglists.scilab.org/Single-function-to-write-text-in-3D-point-tp4032647.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list