[sage-support] Re: display 3d graphics in TeXmacs sage plugin

2008-10-21 Thread chu-ching huang
Hi, Sage-3.1.1 and TeXmacs-1.0.7 used: 2D plot will be embedded in TeXmacs worksheet; sage: var('x,y') sage: plot3d(sin(x*y),(x,-1,1),(y,-1,1)).show() 3D Plot will be showed by Jmol;    (3) What if you do sage: var('x,y') sage: plot3d(sin(x*y),(x,-1,1),(y,-1,1)).show(viewer='tachyon')

[sage-support] Re: display 3d graphics in TeXmacs sage plugin

2008-10-21 Thread adrian
sage: var('x,y') sage: plot3d(sin(x*y),(x,-1,1),(y,-1,1)).show() This launches jmol, and one is able to rotate the shape. One can also save the image and then import the saved image into Texmacs sage: var('x,y') sage: plot3d(sin(x*y),(x,-1,1),(y,-1,1)).show(viewer='tachyon') launches a viewer

[sage-support] Re: display 3d graphics in TeXmacs sage plugin

2008-10-20 Thread Justin C. Walker
Hi, Daniel, On Oct 20, 2008, at 06:26 , DJDANG 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. It's hard for anyone to

[sage-support] Re: display 3d graphics in TeXmacs sage plugin

2008-10-20 Thread William Stein
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