Thanks to visit codestin.com Credit goes to github.com
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 1fa4dd7 commit 06da681Copy full SHA for 06da681
lib/matplotlib/finance.py
@@ -2,8 +2,8 @@
2
A collection of functions for collecting, analyzing and plotting
3
financial data.
4
5
-This module is deprecated in 2.0 and has been moved to a mpl_toolkit called
6
-`finance`.
+This module is deprecated in 2.0 and has been moved to a module called
+`mpl_finance`.
7
"""
8
from __future__ import (absolute_import, division, print_function,
9
unicode_literals)
@@ -31,8 +31,8 @@
31
warn_deprecated(
32
since=2.0,
33
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."))
+ "be removed in mpl 2.2. Please use the module mpl_finance "
+ "instead."))
36
37
38
if six.PY3:
0 commit comments