#4717: [with patch, positive review pending] matrix_plot should also accept 
numpy
arrays
-------------------------+--------------------------------------------------
 Reporter:  whuss        |        Owner:  whuss     
     Type:  enhancement  |       Status:  new       
 Priority:  minor        |    Milestone:  sage-3.2.2
Component:  graphics     |   Resolution:            
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by whuss):

 With the transpose removed, the following doctest fails,

 {{{
 sage -t  "devel/sage-matrix_plot/sage/plot/matrix_plot.py"
 **********************************************************************
 File "/local/data/huss/software/sage-3.2.1/devel/sage-
 matrix_plot/sage/plot/matrix_plot.py",
 line 40:
     sage: list(sorted(m.get_minmax_data().items()))
 Expected:
     [('xmax', 4), ('xmin', 0), ('ymax', 3), ('ymin', 0)]
 Got:
     [('xmax', 3), ('xmin', 0), ('ymax', 4), ('ymin', 0)]
 **********************************************************************
 }}}

 and the rows of matrices are plottet as columns.

 Greetings,[[BR]]
 Wilfried

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4717#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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