I have been trying to create a slight curve between two points using Python and Matplotlib. I found a method on here that does apply a curve to the line between two points but not in the way I expected/was hoping for. Below is the code I am currently using to draw the curved line.