#6162: [with patch, needs review] plot_histogram improvments
----------------------+-----------------------------------------------------
 Reporter:  wdj       |       Owner:  was           
     Type:  defect    |      Status:  new           
 Priority:  minor     |   Milestone:  sage-4.1      
Component:  graphics  |    Keywords:  plot histogram
 Reviewer:  cswiercz  |      Author:  Nick Alexander
   Merged:            |  
----------------------+-----------------------------------------------------

Comment(by wdj):

 Now I see what you meant.

 I think you meant to compare the following plots:

 {{{
 sage: J = [ZZ(n) for n in range(10)]
 sage: A = [RR(gauss(0,1)) for n in range(10)]
 sage: s = IndexedSequence(A,J)
 sage: s.plot_histogram()
 sage: t = finance.TimeSeries(A); t
 [0.6636, 0.7983, -0.1451, 0.0838, -0.4355, -0.5719, 0.2572, 1.2802,
 -1.2696, -0.0642]
 sage: t.plot_histogram()
 }}}
 If so, you can see that they are completely different. I don't see how to
 use the {{{sage/finance/time_series.pyx}}}
 for this purpose.

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