Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02ffdec

Browse filesBrowse files
committed
Merge pull request matplotlib#1915 from lodatol/master
Corrected a wrong numpy record name in documentation.
2 parents b5b7b5d + 0ad6650 commit 02ffdec
Copy full SHA for 02ffdec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/finance.py

Copy file name to clipboardExpand all lines: lib/matplotlib/finance.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def parse_yahoo_historical(fh, adjusted=True, asobject=False):
7878
Otherwise return a numpy recarray with
7979
8080
date, year, month, day, d, open, close, high, low,
81-
volume, adjusted_close
81+
volume, aclose
8282
8383
where d is a floating poing representation of date,
8484
as returned by date2num, and date is a python standard

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.