I have a contourf plot and a matplotlib.collections.LineCollection as mc plot that I drew on top of each other on the same axis but they aren't exactly on top in the case where one is shifted to the left from the other what can I do to make them be exactly on top of each other?
Here is how my plot looks like :
Where the parts of the blue lines are plottted using LinesCollection and the red plot using the contourf plot.