Yes, this is known :( See http://trac.sagemath.org/sage_trac/ticket/9744 where Jason has a patch. Apparently he's not satisfied with it, but I couldn't see an immediate problem when I looked at it a while ago. Feel free to test and review :)
On Jul 29, 2:47 pm, "D.C. Ernst" <[email protected]> wrote: > 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
