I have 2 time series data.
- Daily stock return of company ABC
- Annual revenue of ABC
I want to plot those 2 series on a same figure (same x-axis) so that I can get a visual sense that how does those two data correlated with each other as shown in the graph below. How can I achieve that in python with pandas and matplotlib?

