#13288: Polyhedron plot absorbs point3d elements incorrectly when summed
-----------------------------+----------------------------------------------
   Reporter:  kcrisman       |             Owner:  jason, was
       Type:  PLEASE CHANGE  |            Status:  new       
   Priority:  major          |         Milestone:  sage-5.3  
  Component:  graphics       |          Keywords:            
Work issues:                 |   Report Upstream:  N/A       
  Reviewers:                 |           Authors:            
  Merged in:                 |      Dependencies:            
   Stopgaps:                 |  
-----------------------------+----------------------------------------------
 This plots fine.
 {{{
 Z = Polyhedron([[2,3,3],[3,0,3],[2,6,1],[1,0,1],[6,7,2]])
 z = Z.plot()
 z
 }}}
 Now try adding a point.
 {{{
 z+point3d((0,0,0),size=30,color='red')
 }}}
 This looks fine too.
 {{{
 z
 }}}
 And now we've added a point to the polyhedron!

 This was originally noticed at [http://ask.sagemath.org/question/1628/3d-
 graphics-bug this ask.sagemath.org question] inside an interact, where, as
 one might imagine, it would be particularly annoying.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13288>
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