Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4fab5d

Browse files
committed
added note to api_change.rst
1 parent 1def459 commit e4fab5d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/api_changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,16 @@ original location:
4848
- mstream -> `from matplotlib import stream as mstream`
4949
- mtable -> `from matplotlib import table as mtable`
5050

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+
5158
.. _changes_in_1_3:
5259

60+
5361
Changes in 1.3.x
5462
================
5563

0 commit comments

Comments
 (0)