Skip to content

Commit 079988e

Browse files
Update animation.md
1 parent 221c1cc commit 079988e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

markdown/animation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
### Animation Support in mplfinance
22

3-
* [**External Axes Mode**](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md#external-axes-method) of mplfinance allows them user to create and manage their own Figure and Axes (SubPlots), and pass Axes into mplfinance. This automatically gives users access to matplotlib's animation features.
4-
* It can be tricky to get animations to display properly in jupyter notebooks,<br>&nbsp; so to keep things simple, the mplfinance animation examples are indpendent scripts.
3+
* **`mplfinance`** animation requires the use of [**`mplfinance` External Axes Mode**](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md#external-axes-method)
4+
* [**External Axes Mode**](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md#external-axes-method) allows mplfinance users to create and manage their own Figure and Axes (SubPlots), and pass Axes objects into mplfinance. _This also gives users access to matplotlib's animation features_.
5+
* It can be tricky to display animations properly in jupyter notebooks,<br>&nbsp; therefore, to keep things simple, the mplfinance animation examples are scripts.
56
* To run the animation examples, clone this repository, then **`cd`** into the **`mplfinance/examples`** folder, and run:
67
- [**`python mpf_animation_demo1.py`**](https://github.com/matplotlib/mplfinance/blob/master/examples/mpf_animation_demo1.py)
78
- [**`python mpf_animation_demo2.py`**](https://github.com/matplotlib/mplfinance/blob/master/examples/mpf_animation_demo2.py)

0 commit comments

Comments
 (0)