Re: [matplotlib-devel] Yahoo historical quotes

2010-10-12 Thread Keith Goodman
On Tue, Oct 12, 2010 at 10:11 AM, John Hunter wrote: > On Tue, Oct 12, 2010 at 11:47 AM, Keith Goodman wrote: > >> Well, then perhaps the doc string needs tweaking? >> >>    *adjusted* >>      If True (default) replace open, close, high, low, and volume with >>      their adjusted values. >>    

Re: [matplotlib-devel] Yahoo historical quotes

2010-10-12 Thread John Hunter
On Tue, Oct 12, 2010 at 11:47 AM, Keith Goodman wrote: > Well, then perhaps the doc string needs tweaking? > >    *adjusted* >      If True (default) replace open, close, high, low, and volume with >      their adjusted values. >      The adjustment is by a scale factor, S = adjusted_close/close.

Re: [matplotlib-devel] Yahoo historical quotes

2010-10-12 Thread Keith Goodman
On Tue, Oct 12, 2010 at 9:23 AM, John Hunter wrote: > On Tue, Oct 12, 2010 at 10:55 AM, Keith Goodman wrote: >> Thanks for the code. I added matplotlib's yahoo historical quote code >> to my labeled array package, la. While doing so I noticed a couple of >> possible bugs: >> >> - The doc string f

Re: [matplotlib-devel] Yahoo historical quotes

2010-10-12 Thread John Hunter
On Tue, Oct 12, 2010 at 10:55 AM, Keith Goodman wrote: > Thanks for the code. I added matplotlib's yahoo historical quote code > to my labeled array package, la. While doing so I noticed a couple of > possible bugs: > > - The doc string for parse_yahoo_historical says that the volume is > adjusted

[matplotlib-devel] Yahoo historical quotes

2010-10-12 Thread Keith Goodman
Thanks for the code. I added matplotlib's yahoo historical quote code to my labeled array package, la. While doing so I noticed a couple of possible bugs: - The doc string for parse_yahoo_historical says that the volume is adjusted. But I don't see a line of code that does the adjustment. - quotes