#1481: a matrix plot is wrong when matrix entries are not representable as 
floats.
---------------------------------+------------------------------------------
       Reporter:  jason          |         Owner:  was                
           Type:  defect         |        Status:  needs_work         
       Priority:  major          |     Milestone:  sage-5.1           
      Component:  graphics       |    Resolution:                     
       Keywords:                 |   Work issues:                     
Report Upstream:  N/A            |     Reviewers:  Karl-Dieter Crisman
        Authors:  William Stein  |     Merged in:                     
   Dependencies:                 |      Stopgaps:                     
---------------------------------+------------------------------------------

Comment (by dsm):

 The original patch doesn't seem to work at the moment (the numpy array
 created has dtype=object, so the integers stay as integers instead of
 becoming floats, so there are no infs to work around).  I have a variant
 which works, and modified it to handle vmin and vmax, but I'm not sure
 what to do with norm: should the norm be applied before or after the
 vmin/vmax?

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