> Please excuse me for pulling the subject of this discussion back to
> what I think the original post meant...
:-}
> On May 19, 2:47 am, Ari <garon.ari...@gmail.com> wrote:
> ...
>> I am working with sage
>> from the terminal and whenever I use the function plot3d, nothing
>> happens.
> ...
>> Ari
>
> As far as I know, the usual "jmol" and "canvas3d" rendering engines
> will not work from the command line.
I can't say for sure about 'canvas3d' (the docstring for '.show()' says notebook only), but with this
> sage: var('x y')
> sage: a = plot3d(x^2 + y^2, (x, -1, 1), (y, -1, 1))
a.show()
using sage from the command line (shell) does produce a 'jmol' window, with all the 3D goodness (at least on Mac OS X).
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income
--------
When LuteFisk is outlawed,
Only outlaws will have LuteFisk
--------
Apologize, but I am new in this discussion thread.
After upgrading my Unbuntu to the last version (April 2011),
Jmol was no more working.
Solution:
dpkg -l|grep icedtea
remove all these packages.
Same thing with all OpenJDK packages.
Then:
apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
restart the browser.
It works!
t.d.