#9076: plot Arc of circle and ellipse
-----------------------------------+----------------------------------------
Reporter: vdelecroix | Owner: vdelecroix
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4.4
Component: graphics | Keywords: plot, arc, ellipse, circle
Author: Vincent Delecroix | Upstream: N/A
Reviewer: Karl-Dieter Crisman | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
Comment(by vdelecroix):
I get two problems in arc/ellipse:
* there is an uncompatiblity of option names between disk and
arc/ellipse. The function disk uses '''angle''' as the angle of the sector
to draw as arc/ellipse uses angle but arc uses '''sector'''. Moreover the
word '''angle''' is reserved for the angle between the horizontal and the
angle of the first axis
* I did not find any function that allows to make some calculus modulo
2pi. I created a dummy function mod2pi that does the reduction.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9076#comment:10>
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.