matplotlib / mplfinance

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

Bug Report: Is there a typo in src/mplfinance/plotting.py, line 946: fig.suptitle(title,**title_kwargs) #644

Closed ngterry closed 1 year ago

ngterry commented 1 year ago

Is there a typo in src/mplfinance/plotting.py, line 946: fig.suptitle(title,**title_kwargs)? Should it be subtitle instead?

DanielGoldfarb commented 1 year ago

No. It's suptitle.

See also here.

I suspect (although I don't know for sure) that the matplotlib programmers who chose this name did so intending "sup" to stand for "super" or "superior" which can have the meaning of "above all" ... this is the title at the very top of the Figure.