We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077b26f commit e5d9960Copy full SHA for e5d9960
lib/matplotlib/finance.py
@@ -72,7 +72,7 @@ def parse_yahoo_historical(fh, adjusted=True, asobject=False):
72
Otherwise return a numpy recarray with
73
74
date, year, month, day, d, open, close, high, low,
75
- volume, adjusted_close
+ volume, aclose
76
77
where d is a floating poing representation of date,
78
as returned by date2num, and date is a python standard
0 commit comments