Bug Report: Is there a typo in src/mplfinance/plotting.py, line 946: fig.suptitle(title,**title_kwargs)
ngterry opened this issue · 1 comments
ngterry commented
Is there a typo in src/mplfinance/plotting.py, line 946: fig.suptitle(title,**title_kwargs)? Should it be subtitle instead?
DanielGoldfarb commented
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.