I got a equation: f = x**3 + 2*x*y + y**2 - 9, I just want direct plot it in x,y plane. But now what I'm doing is first solve(f), then plot the solutions one by one like the graph below, I want to know if is there a way to direct plot a curve from such an equation.

