> 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'). >
Perhaps, but implicitly the graphics framework definitely wants you to be able to pass keywords for show() into plot(). And the 3d plots are pretty consistent in taking the "viewer" keyword. Indeed, I think William would say it's a defect that we rely so heavily and explicitly upon matplotlib to do all our 2d stuff, and that ideally one would refactor this to allow other viewers there as well. As to renderer, I don't care what it's called, but someone long ago must have chosen "viewer". -- 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.
