pong wrote:
> There is an older post about this issue:
> 
> http://groups.google.com/group/sage-support/browse_thread/thread/ecdf6f75295ad76d
> 
> however the "reply" button is missing there (only "reply to author" is
> available).
> 
> There are some "problems" in using text3d as a solution of adding axes
> labels to a 3d plot:
> 
> 1) text3d does not seem to aware of latex input (while "text" does)
> 
> 2) The labels added by text3d disappear if one use Tachyon to show the
> plot.
> 
> I was hoping to get around these by looking at the code for text3d.
> Hum..  I can locate text.py but somehow couldn't find text3d.py (maybe
> it's provided by a file with a different name). Any hint?
> 

Generally, you can find the filename in the help for the function.  For 
text3d, typing "text3d?" gives:


Type:           function
Base Class:     <type 'function'>
String Form:    <function text3d at 0xaa7eae4>
Namespace:      Interactive
File: 
/home/grout/sage/local/lib/python2.5/site-packages/sage/plot/plot3d/shapes2.py
Definition:     text3d(txt, (x, y, z), **kwds)
Docstring:

         Display 3d text.



Note the "File:" part above; that tells you what file the function is 
defined in (plot/plot3d/shapes2.py).

Jason


> 
> > 
> 


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to