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
- Add "[growing candle animation](https://github.com/matplotlib/mplfinance/blob/master/examples/mpf_animation_growingcandle.py)" to examples.
16
+
- Bug fix for [issue #279](https://github.com/matplotlib/mplfinance/issues/279)`Mpf_Figure.subplots()` not working (always raising exception).
- Support passing `dict` for kwarg `title=` (instead of just string) to allow modification of title font and all other kwargs available to matplotlib's [`Figure.suptitle()`](https://matplotlib.org/3.3.4/api/_as_gen/matplotlib.figure.Figure.html#matplotlib.figure.Figure.suptitle): The dict must include `title=<string>`. Then just add whatever `Figure.suptitle()` kwargs to the dict that is passed to mplfinance's kwarg `title=`. [Thank you Teddy Rowan](https://github.com/matplotlib/mplfinance/pull/237)
20
+
21
+
---
22
+
4
23
### <aname="v0.12.7a0"></a>v0.12.7a0 released 2020-08-09
0 commit comments