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 1def459 commit e4fab5dCopy full SHA for e4fab5d
1 file changed
doc/api/api_changes.rst
@@ -48,8 +48,16 @@ original location:
48
- mstream -> `from matplotlib import stream as mstream`
49
- mtable -> `from matplotlib import table as mtable`
50
51
+
52
+* In :module:`~matplotlib.finance`, almost all functions have beeen depreciated and
53
+ replaced with a pair of functions name `*_ochl` and `*_ohlc`. The former is
54
+ 'open-close-high-low' order of quotes, and what the module used and the later
55
+ is 'open-high-low-close' order of quotes, which is the standard in finance.
56
57
58
.. _changes_in_1_3:
59
60
61
Changes in 1.3.x
62
================
63
0 commit comments