First time here? Check out the FAQ!
answered 9 years ago
Something like that
sage: P.<x,y,z> = PolynomialRing(QQ) sage: I=P.ideal(x*x+y*y-1) sage: implicit_plot(QQ['x,y'](I.gens()[0]),(x,-2,2),(y,-2,2))
maybe ?