matplotlib / mplfinance

Financial Markets Data Visualization using Matplotlib
https://pypi.org/project/mplfinance/
Other
3.61k stars 624 forks source link

Bug Report: Typo #659

Closed aidenkwong closed 7 months ago

aidenkwong commented 7 months ago

Describe the bug mplfinance/plotting.py", line 946, in plot fig.suptitle(title,**title_kwargs) ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'suptitle'

DanielGoldfarb commented 7 months ago

This is not a bug or typo. Figure.suptitle() does exist (click here).

If you show your code then I can perhaps determine what you are doing wrong.