matplotlib/mplfinance

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

ngterry opened this issue · 1 comments

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

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.