|
1 | 1 | [](https://travis-ci.org/matplotlib/mplfinance) |
2 | 2 |
|
3 | 3 | # mplfinance |
4 | | -## matplotlib utilities for the visualization, and visual analysis, of financial data |
| 4 | +matplotlib utilities for the visualization, and visual analysis, of financial data |
5 | 5 |
|
6 | 6 | --- |
7 | 7 |
|
8 | | -# Installation |
9 | | -## `pip install --upgrade mplfinance` |
10 | | - - mplfinance requires [matplotlib](https://pypi.org/project/matplotlib/) and [pandas](https://pypi.org/project/pandas/) |
| 8 | +## Installation |
| 9 | +```bash |
| 10 | +pip install --upgrade mplfinance |
| 11 | +``` |
| 12 | +- mplfinance requires [matplotlib](https://pypi.org/project/matplotlib/) and [pandas](https://pypi.org/project/pandas/) |
11 | 13 |
|
12 | 14 | --- |
13 | 15 |
|
14 | | -# <a name="announcements"></a>Announcing Version 0.12.7 |
15 | | -### [External Axes Mode and Animation Support.](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md) |
| 16 | +## <a name="announcements"></a>Announcing Version 0.12.7 |
| 17 | +[External Axes Mode and Animation Support.](https://github.com/matplotlib/mplfinance/blob/master/RELEASE_NOTES.md) |
16 | 18 |
|
17 | 19 | --- |
18 | 20 |
|
19 | | -# <a name="tutorials"></a>Contents and Tutorials |
| 21 | +## <a name="tutorials"></a>Contents and Tutorials |
20 | 22 |
|
21 | 23 | - **[The New API](https://github.com/matplotlib/mplfinance#newapi)** |
22 | 24 | - **[Tutorials](https://github.com/matplotlib/mplfinance#tutorials)** |
@@ -59,7 +61,7 @@ I am very interested to hear from you regarding what you think of the new `mplfi |
59 | 61 |
|
60 | 62 | --- |
61 | 63 |
|
62 | | -# <a name="usage"></a>Basic Usage |
| 64 | +## <a name="usage"></a>Basic Usage |
63 | 65 | Start with a Pandas DataFrame containing OHLC data. For example, |
64 | 66 |
|
65 | 67 |
|
@@ -584,7 +586,7 @@ My name is Daniel Goldfarb. In November 2019, I became the maintainer of `matpl |
584 | 586 | It is my intention to archive the `matplotlib/mpl-finance` repository soon, and direct everyone to `matplotlib/mplfinance`. The main reason for the rename is to avoid confusion with the hyphen and the underscore: As it was, `mpl-finance` was *installed with the hyphen, but imported with an underscore `mpl_finance`.* Going forward it will be a simple matter of both installing and importing `mplfinance`. |
585 | 587 |
|
586 | 588 | --- |
587 | | -### <a name="oldapi"></a>old API availability |
| 589 | +## <a name="oldapi"></a>old API availability |
588 | 590 |
|
589 | 591 | **With this new ` mplfinance ` package installed, in addition to the new API, users can still access the old API**.<br> The old API may be removed some day, but for the foreseeable future we will keep it ... at least until we are very confident that users of the old API can accomplish the same things with the new API. |
590 | 592 |
|
|
0 commit comments