If I type the following into Sage (which is straight from the
implicit_plot documentation), I get a black square:

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

Of course, if you remove "fill=True", then everything works as
expected.  The documentation should probably remove the "fill=True",
right?

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