mplfinance
mplfinance copied to clipboard
Add `yaxis_format` to `mpf.plot()` and to `mpf.make_addplot()`
Add yaxis_format kwarg to mpf.plot() and to mpf.make_addplot()
Inspired by this answer to stackoverflow 67232404 which shows a workaround for formatting the y-axis.
May need two kwargs: yaxis_format and secondary_yaxis_format or some other way to indicate which y-axis is to be formatted.