#9740: matrix plot is upside down and should wrap more matplotlib options
---------------------------+------------------------------------------------
   Reporter:  jason        |       Owner:  jason, was  
       Type:  enhancement  |      Status:  needs_review
   Priority:  major        |   Milestone:  sage-4.6    
  Component:  graphics     |    Keywords:              
     Author:  Jason Grout  |    Upstream:  N/A         
   Reviewer:               |      Merged:              
Work_issues:               |  
---------------------------+------------------------------------------------

Comment(by kcrisman):

 Explain `axes_integer`.  Also, the options for the locators weren't always
 {{{
 locator_options=dict(nbins=9,steps=[1,2,5,10],integer=axes_integer)
 }}}
 in all cases - will this make anything different, particularly the `steps`
 addition?  That stuff should have been a separate ticket, or maybe on
 #9221 ;)

 Explain
 {{{
 limits[k]-=0.5
 }}}
 I assume this makes it so that the matrix has `0,1,2,3` as opposed to
 putting entries between `0-1`, `1-2`, etc.  I can't check this because the
 branch I'm making for this decided to rebuild documentation, which takes a
 while... sigh.

 Good catch on the complex guys.

 Just point of information to other readers; very minor doc issues are
 corrected in #9746.

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