#12275: option spin=True should probably raise an error if viewer isn't jmol
----------------------------+-----------------------------------------------
Reporter: kcrisman | Owner: max
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-5.0
Component: graphics | Resolution:
Keywords: beginner | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
----------------------------+-----------------------------------------------
Changes (by max):
* status: new => needs_review
Comment:
I added warnings for unused keyword arguments in Graphics3d.show (warnings
seemed more appropriate, it would be easy to replace with an error
though). In doing so doctest found some bugs elsewhere in sage, which I
also fixed.
plot/circle.py:
The doctest attempted to graph a 3d circle like it was a 3d circle. This
caused errors as the 2d and 3d plotting parameters are different. A simple
variable rename fixed the issue.
geometry/lattice_polytype.py:
LatticePolytypeClass.show incorrectly set axis=False. Instead, it should
be axes=False. I fixed this as well.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12275#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.