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.
