Skip to content

Commit 934a910

Browse files
committed
remove redundant elements
1 parent 921c814 commit 934a910

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# mplfinance
44
matplotlib utilities for the visualization, and visual analysis, of financial data
55

6-
---
7-
86
## Installation
97
```bash
108
pip install --upgrade mplfinance
@@ -173,7 +171,6 @@ daily.tail(3)
173171
</table>
174172

175173

176-
---
177174
<br>
178175

179176
After importing mplfinance, plotting OHLC data is as simple as calling `mpf.plot()` on the dataframe
@@ -188,7 +185,6 @@ mpf.plot(daily)
188185
![png](https://raw.githubusercontent.com/matplotlib/mplfinance/master/readme_files/readme_4_1.png)
189186

190187

191-
---
192188
<br>
193189

194190
The default plot type, as you can see above, is `'ohlc'`. Other plot types can be specified with the keyword argument `type`, for example, `type='candle'`, `type='line'`, `type='renko'`, or `type='pnf'`
@@ -588,9 +584,7 @@ It is my intention to archive the `matplotlib/mpl-finance` repository soon, and
588584
---
589585
## <a name="oldapi"></a>old API availability
590586

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.
592-
593-
---
587+
**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.
594588

595589
To access the old API with the new ` mplfinance ` package installed, change the old import statments
596590

@@ -614,10 +608,3 @@ where `<method>` indicates the method you want to import, for example:
614608
```python
615609
from mplfinance.original_flavor import candlestick_ohlc
616610
```
617-
618-
---
619-
620-
621-
```python
622-
623-
```

0 commit comments

Comments
 (0)