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 guess what the problem is without knowing what
it is you are doing. Can you post a "minimal Sage example" that shows
the problem?
Thanks.
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds
--------
If you're not confused,
You're not paying attention
--------
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