#13625: matrix_plot and title don't mix well (yet)
----------------------------+-----------------------------------------------
       Reporter:  kcrisman  |         Owner:  jason, was
           Type:  defect    |        Status:  new       
       Priority:  major     |     Milestone:  sage-5.5  
      Component:  graphics  |    Resolution:            
       Keywords:            |   Work issues:            
Report Upstream:  N/A       |     Reviewers:            
        Authors:            |     Merged in:            
   Dependencies:            |      Stopgaps:            
----------------------------+-----------------------------------------------

Comment (by kcrisman):

 That's my point; we ''do'' touch them when we have axes but no frames, so
 that there isn't an overlap (see the discussion at #10512.  So maybe we
 should do so here as well.  Perhaps those are both bugs in mpl, in which
 case maybe it should be reported upstream, but I don't have enough mpl-fu
 to figure out a native mpl version of this problem quickly.  I think it's
 us, because in the code for
 {{{
 sage: sage.plot.matrix_plot.MatrixPlot._render_on_subplot??
 <skip stuff>
 image=subplot.imshow(self.xy_data_array, **opts)
 <skip irrelevant stuff>
 subplot.xaxis.tick_top()
 }}}
 we presumably add the title before the ticks and labels.  So it's already
 placed the title early.  Maybe we should do all opts except title, and
 then do the title at the end in this particular rendering method?  I'll
 try that quick.

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