matplotlib / mplfinance

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

Feature Request: Alternating Background Color #641

Open aymagee92 opened 11 months ago

aymagee92 commented 11 months ago

This can be achieved in matplotlib using axvspan, but does not appear to be available in mplfinance. When plotting both the stock price and volume, it's difficult to match the two up, so the ability to switch shadings every other candle (from white to light grey) would improve the readability of the charts.