Skip to content

Tag: matplotlib

Remove the intersection between two curves

I’m having a curve (parabol) from 0 to 1 on both axes as follows: I generate another curve by moving the original curve along the x-axis and combine both to get the following graph: How can I remove the intersected section to have only the double bottoms pattern like this: The code I use for the graph: …