#8082: correct point and line behavior with complex numbers
---------------------------+------------------------------------------------
Reporter: vdelecroix | Owner: vdelecroix
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.3.2
Component: graphics | Keywords: plot
Author: vdelecroix | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
We have a strange behavior
{{{
sage: point(CC(0)) # plot a point with coordinates (0, 0)
sage: point(CC(1)) # plot a point with coordinates (1, 0)
sage: point([CC(0),CC(1)]) # plot a point with coordinates (0, 1)
}}}
This patch add a line in sage.plot to correct this and get the two points
(0,0) and (1,0) when doing
{{{
sage: point([CC(0), CC(1)])
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8082>
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.