On May 19, 2011, at 14:46 , Kelvin Li wrote: > 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 -------- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org