How to plot different groups of data from a dataframe into a single figure December 15, 2022 by Tarik Try: ax = df1.plot() df2.plot(ax=ax)