#10847: matrix_plot can now plot subdivisions
-----------------------------------+----------------------------------------
   Reporter:  jason                |       Owner:  jason, was
       Type:  enhancement          |      Status:  needs_work
   Priority:  major                |   Milestone:  sage-4.7  
  Component:  graphics             |    Keywords:            
     Author:  Jason Grout          |    Upstream:  N/A       
   Reviewer:  Karl-Dieter Crisman  |      Merged:            
Work_issues:                       |  
-----------------------------------+----------------------------------------

Comment(by rbeezer):

 Replying to [comment:3 kcrisman]:
 > AttributeError: Unknown property subdivisions

 Matrices have a ''function'' subdivision() and an ''attribute''
 subdivisions.

 {{{
 sage: A= matrix(2, range(4))
 sage: type(A.subdivision)
 <type 'builtin_function_or_method'>
 sage: type(A.subdivisions)
 <type 'NoneType'>
 }}}

 The latter should go away, see #4983.  Maybe it is not visible outside of
 a *.pyx file?

 Anyway, hope this helps some.

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