[email protected] wrote: > > > On 14 říj, 05:51, Jason Grout <[email protected]> wrote: >> implicit_plot(x^2+y^2==1, (x,-2, 2), (y,-2, 2), cmap=["red"]) >> > Thanks, I missed this example. > I tried rgbcolor and color option and then tried blindly various > predefined colormaps.
I don't think it's anywhere in the docs. I knew to try it because I knew the code to implicit_plot just passed things on to contour_plot, and I knew the options to contour_plot. In short, something like this should either be added to implicit_plot, or preferably, a better, more consistent option like "color=..." should be added! Jason -- Jason Grout --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
