[Solved] Plot an ellipse with python 2.7 knowing the equation
The code you show does not represent the equation of the ellipse. It’s a bit hard to tell what exactly you were trying in that code, but the approach here is of course completely the same as in the linked question’s answer, namely to calculate the left hand side of the equation with a meshgrid … Read more