I have a dictionary whose values are consisted of dataframes. Every df
has the same column names: X1
and X2
:
dic = {"a": df1, "b": df2, ..., "y": df25}
Now I want to draw line plots of these dataframes so that they will be in 5 rows and 5 columns. I want to get a visual as follows: