> > It seems that this is poor documentation at work. > > > sage: P.show3d(engine='tachyon') > > > works fine, but it isn't obvious from > > Wow, "engine"? That doesn't seem consistent! >
Yeah, it only seems to show up with .show3d() on graphs, in graphs/ graph.py - not plot3d, show3d. Of course, it is possible that these guys can't be shown using Jmol? That would weird, though, considering one could plot each vertex as a hydrogen atom or something and edges as impossible bonds :) - kcrisman > From the documentation for plot3d(...).show?, it's "viewer" there. > > - ``viewer`` - string (default: 'jmol'), how to view > the plot > > * 'jmol': Interactive 3D viewer using Java > > * 'tachyon': Ray tracer generates a static PNG image > > * 'java3d': Interactive OpenGL based 3D > > * 'canvas3d': Web-based 3D viewer powered by JavaScript and > <canvas> (notebook only) > > Thanks, > > Jason -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
