#13777: Fix TimeSeries histogram plotting
---------------------------------------+------------------------------------
       Reporter:  kcrisman             |         Owner:  jason, was             
     
           Type:  defect               |        Status:  needs_work             
     
       Priority:  major                |     Milestone:  sage-5.6               
     
      Component:  graphics             |    Resolution:                         
     
       Keywords:                       |   Work issues:  add 
aspect_ratio='automatic'
Report Upstream:  N/A                  |     Reviewers:                         
     
        Authors:  Karl-Dieter Crisman  |     Merged in:                         
     
   Dependencies:                       |      Stopgaps:                         
     
---------------------------------------+------------------------------------

Comment (by kcrisman):

 Now I see why I didn't understand this!   Here's what I get from
 `T.plot_histogram?`:
 {{{
 Definition:     T.plot_histogram(self, bins, normalize=50, **kwds=True)
 Docstring:
        Return histogram plot of this time series with given number of
        bins.

 }}}
 I couldn't parse that for some reason (though in retrospect it's obvious)
 and so I assumed `normalize` had a default of `False`.  But of course with
 `True` this will happen.  So in fact we probably didn't need the import of
 `Graphics` anyway, which presumably saves a few microseconds somewhere.

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