On Wed, Oct 21, 2009 at 8:54 AM, kcrisman <[email protected]> wrote: > > Dear sage-devel, > > I'm having trouble with jmol from the command line in 4.1.2 and > 4.2.alpha0. E.g., > sage: var('A,B,C') > (A, B, C) > sage: implicit_plot3d(sin(A)*cos(B)+sin(B)*cos(C)+sin(C)*cos(A), > (A,-2*pi,2*pi),(B,-2*pi,2*pi),(C,-2*pi,2*pi)) > does nothing. Adding .show() also fails, and quicker. On > alpha.sagenb.org I don't have the same problems (though sometimes I > get the featureless black box), so I think it may be a command-line > issue. Any ideas? I do NOT get this in 4.1.1. I am on a MacIntel > running OSX 10.5. >
I've replicated this: http://trac.sagemath.org/sage_trac/ticket/7263 Basically all jmol 3d plotting at the command line is totally broken right now on all platforms. Not good. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
