#9671: Improve bar chart and histogram support
---------------------------+------------------------------------------------
   Reporter:  kcrisman     |          Owner:  jason, was
       Type:  enhancement  |         Status:  needs_work
   Priority:  major        |      Milestone:  sage-4.7.1
  Component:  graphics     |       Keywords:            
Work_issues:               |       Upstream:  N/A       
   Reviewer:               |         Author:            
     Merged:               |   Dependencies:            
---------------------------+------------------------------------------------

Comment(by davidm):

 In the help string it says that only one list of data is implemented, but
 the code above seemed to work fine with a list of data because
 matplotlib's hist handles them nativity. The only thing that didn't seem
 to work is the axis wasn't being computed correctly. (I think because
 numpy.histogram was just combining the datasets) So I have attached a
 patch to histogram.py which I think fixes this. You can download it here:

 http://dl.dropbox.com/u/1768136/sage-main_rev15695.patch

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