I have 2 existing plots (let's name them plot1 and plot2), generated with matplotlib. These plots are saved as png files. I do not have access to the data.
I want to combine these plots into one: one color for the first, the second using a different color over the other one.
The plots are generated from a really long computation and, as said before, I do not have access to the raw data. I wanted to know if there is some way to get the values from the files and create a "merged" plot.
I've tried what was answered here, but since I can't access the data I haven't been able to make it work for my program.