TeXmacs allows to plot 2D graphics but when I try to plot any 3D
object it just shows "Graphics3D Object", so I gess TeXmacs doesn't
support sage 3D plotting.
Anyway thanks for the help.

On 20 oct, 09:55, "William Stein" <[EMAIL PROTECTED]> wrote:
> 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 onTeXmacs. 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.
>
> Thetexmacs/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 Washingtonhttp://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