Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The function you are probably looking for is implicit_plot:

sage: f(x,y) = x^2 + y^2 -1
sage: implicit_plot(f, (-2, 2), (-2, 2))

Note that there also exists implicit_plot3d for functions in 3 variables.