v.plot_histograms(bins=10, normalize=False) gives much better results.
On Tuesday, December 25, 2012 8:29:13 AM UTC-8, Kent Morrison wrote: > > Using the sample from the Sage reference: > > v = finance.TimeSeries([1..50]) > v.plot_histogram(bins=10) > > results in a very short plot. > > Is there an option like aspect ratio or figsize (I've tried those) > that will increase the height of the plot? > > Or is this a problem in the implementation of plot_histogram? > > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en.
