How can I plot multiple dataframes in subplots using Matplotlib in Python?

I have multiple pandas dataframes that I want to plot in subplots using Matplotlib. How can I do this?

I have tried using plt.subplots() to create the subplots, but I am not sure how to pass the dataframes to the plot() function for each subplot. Any help or example code would be appreciated.

Here is some example code of what I have tried so far:

Thanks in advance for any help or suggestions you can provide.