On Mon, Nov 3, 2014 at 6:20 AM, Volker Braun <[email protected]> wrote: > Also, what is the expected result of > > sage: sphere(viewer='tachyon').show(viewer='jmol')
It should display using jmol. Options set later override those set earlier. > How is that even consistent with the rest of the graphics framework? There is > no plot(sin, viewer='svg'). Maybe there should be " plot(sin, viewer='svg')." Personally I 'renderer' instead of 'viewer', since that's the terminology used, e.g., by THREE.js http://threejs.org/docs/#Reference/Renderers/WebGLRenderer > > > On Monday, November 3, 2014 2:18:56 PM UTC, Volker Braun wrote: >> >> On Monday, November 3, 2014 1:58:40 PM UTC, kcrisman wrote: >>> >>> sage: sphere(viewer='tachyon') # fine in 6.3, for some reason gives a >>> Jmol in 6.4 rc0 >> >> >> How is that even consistent with the rest of the graphics framework? There >> is no plot(sin, viewer='svg'). However sphere().show(viewer='tachyon') >> works. > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-release. > For more options, visit https://groups.google.com/d/optout. -- William Stein Professor of Mathematics University of Washington http://wstein.org -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
