You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdown/animation.md
+2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
### Animation Support in mplfinance
2
2
3
+
***Real-time updates** to mplfinance plots are accomplished through the technique known as "**animation**"
3
4
***`mplfinance`** animation requires the use of [**`mplfinance` External Axes Mode**](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md#external-axes-method)
4
5
*[**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
6
* It can be tricky to display animations properly in jupyter notebooks,<br> therefore, to keep things simple, the mplfinance animation examples are scripts.
***NOTE: There are comments,** in each of the above example files, that explain what's going on and how to use animation with mplfinance. You can view the code by clicking each of the above links.
0 commit comments