Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5d9960

Browse files
Lodato Lucianomdboom
authored andcommitted
Corrected a wrong numpy record name in documentation. adjusted_close in parse_yahoo_historical doesn't exist, the author mean aclose
1 parent 077b26f commit e5d9960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/finance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def parse_yahoo_historical(fh, adjusted=True, asobject=False):
7272
Otherwise return a numpy recarray with
7373
7474
date, year, month, day, d, open, close, high, low,
75-
volume, adjusted_close
75+
volume, aclose
7676
7777
where d is a floating poing representation of date,
7878
as returned by date2num, and date is a python standard

0 commit comments

Comments
 (0)