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
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
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
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
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