Hello,

The plot() function uses the color or rgbcolor options.

The implicit_plot() function does not recognize this, but requests
instead the option cmap. Now cmap recognizes neither the names of
colors recognized by plot(), nor rgb tuples. What cmap *does*
recognize is completely incomprehensible, for example
  * YlGnBu
  * Spectral
  * summer
  * gist_yarg

>From what I can tell these names come from matplotlib. However, SAGE
rejects anything that isn't in the cmap dictionary (lines 2023-2028 of
sage.plot.plot).

Is there an easy workaround to convert rgb colors to the cmaps
expected by implicit_plot()?

thanks
john perry
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to