Skip to content
Advertisement

Plot a Dictionary of Dataframes

I have a dictionary of dataframes (Di):

JavaScript

For each df in Di, I would like to plot A against B in a single graph. I tried:

JavaScript

But that gave me two graphs:

enter image description here enter image description here

How do I get them both in the same graph please?

Advertisement

Answer

You should print on a same ax:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement