I was just messing around with implicit_plot and attempted the
following, which is directly from the docstring:

sage: x,y = var('x,y')
sage: f(x,y) = x^2 + y^2 - 2
sage: implicit_plot(f, (-3, 3), (-3,
3),fill=True).show(aspect_ratio=1)

However, I don't think this results in the intended plot (i.e., a
filled in circle).

Dana

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to