john_perry_usm wrote: > I found the solution. implicit_plot calls contour_plot, whose default > value for the fill option is True. Setting fill=False works: > sage: implicit_plot(x^2+y^2-1,(x,-5,5),(y,-5,5),fill=False) > > IMHO most people don't want implicit_plot to fill in by default, so > Trac #4462 has been added. >
Thanks for tracking this down. It bothered me too. Jason --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
