#8082: correct point and line behavior with complex numbers
---------------------------+------------------------------------------------
   Reporter:  vdelecroix   |       Owner:  vdelecroix           
       Type:  enhancement  |      Status:  positive_review      
   Priority:  major        |   Milestone:  sage-4.3.2           
  Component:  graphics     |    Keywords:  plot, complex numbers
     Author:  vdelecroix   |    Upstream:  N/A                  
   Reviewer:               |      Merged:                       
Work_issues:               |  
---------------------------+------------------------------------------------
Changes (by rossk):

  * status:  needs_review => positive_review


Comment:

 Works as advertised

 {{{
 # (1) pre-patch, this plotted a point with coordinates (0, 1)
 # (2) post-patch, this plots 2 points at (0,0) and (1,0) as designed
 sage: point([CC(0),CC(1)])

 # plot the 8 vertices of an octagon
 sage: point([CC(cos(theta)+I*sin(theta)) for theta in srange(0, 2*pi,
 pi/4)],aspect_ratio=1)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8082#comment:4>
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.

Reply via email to