I am plotting two charts. One bar chart with matplotlib.pyplot and a second candle chart with mplfinance and I want to show them stacked on top of one another in the same figure (image).
I have found examples of how to stack plots done with matplotlib.pyplot, but can't seem to find any examples of how to join the output of two plotting libs into a single plot.
Is this possible and if so how do I go about it?
Thanks for your time.