#13812: unify visualize_matrix with matrix_plot
-------------------------------+--------------------------------------------
       Reporter:  kcrisman     |         Owner:  jason, was
           Type:  enhancement  |        Status:  new       
       Priority:  minor        |     Milestone:  sage-5.6  
      Component:  graphics     |    Resolution:            
       Keywords:               |   Work issues:            
Report Upstream:  N/A          |     Reviewers:            
        Authors:               |     Merged in:            
   Dependencies:               |      Stopgaps:            
-------------------------------+--------------------------------------------

Comment (by malb):

 I wrote {{{visualize_structure()}}} back in the day for visualising the
 structure of dense (!) matrices over GF(2). Currently, {{{matrix_plot()}}}
 doesn't behave as nicely as {{{visualize_structure()}}} for these
 matrices:

  * by default zero is plotted black and one is plotted white
  * structure visualisation (non-zero vs. zero) is only available for
 sparse matrices, but it should be also available for dense matrices (those
 can be structured too).

 Currently, both {{{visualize_structure()}}} and {{{matrix_plot()}}} seem
 to behave the same performance wise. We  should allow a matrix to plot
 itself though, i.e., allow specialised code which is called by
 {{{matrix_plot()}}}. For example, the M4RI library can plot matrices and
 it is a lot faster than what we have in Sage.

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