On Mon, Oct 20, 2008 at 6:26 AM, DJDANG <[EMAIL PROTECTED]> wrote:
>
> Hi everyone, I'm having trouble trying to display 3D graphic objects
> made with sage on TeXmacs. Everytime I try to plot any kind of 3D
> object, it just says "Graphics3D Object" and that's it, nothing else
> show up.
> Please anyone who knows how this works give some advise or some other
> option to use.

The texmacs/sage interface was written by Mike Hansen before
Sage had any 3D plotting, so I suspect it doesn't at all support
it.  That said, two questions:
   (1) does 2D plotting work?
   (2) What happens if you do
sage: var('x,y')
sage: plot3d(sin(x*y),(x,-1,1),(y,-1,1)).show()
   (3) What if you do
sage: var('x,y')
sage: plot3d(sin(x*y),(x,-1,1),(y,-1,1)).show(viewer='tachyon')

> Thanks in advance,
> Daniel
>
> >
>



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

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

Reply via email to