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 cdb098f

Browse filesBrowse files
authored
Merge pull request #7762 from petehuang/finance-depr-docs
DOC: Fix finance depr docs to point to mpl_finance
2 parents 1fa4dd7 + 06da681 commit cdb098f
Copy full SHA for cdb098f

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-4
lines changed

‎lib/matplotlib/finance.py

Copy file name to clipboardExpand all lines: lib/matplotlib/finance.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
A collection of functions for collecting, analyzing and plotting
33
financial data.
44
5-
This module is deprecated in 2.0 and has been moved to a mpl_toolkit called
6-
`finance`.
5+
This module is deprecated in 2.0 and has been moved to a module called
6+
`mpl_finance`.
77
"""
88
from __future__ import (absolute_import, division, print_function,
99
unicode_literals)
@@ -31,8 +31,8 @@
3131
warn_deprecated(
3232
since=2.0,
3333
message=("The finance module has been deprecated in mpl 2.0 and will "
34-
"be removed in mpl 2.2. Please use the matplotlib toolkit "
35-
"finance instead."))
34+
"be removed in mpl 2.2. Please use the module mpl_finance "
35+
"instead."))
3636

3737

3838
if six.PY3:

0 commit comments

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