On Tue, Dec 25, 2012 at 11:40 AM, Kent Morrison <[email protected]> wrote: > v.plot_histograms(bins=10, normalize=False) > > gives much better results. >
You can also try the plot_histogram method for the IndexedSequence class in gsl/dft.py. > > 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. > > -- 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.
