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.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to