What would people think about changing complex_plot.pyx in the following manner:
ComplexPlot is changed so that the complex_to_rgb function is passed as a parameter on creation. The complex_plot function will then pass the currently defined complex_to_rgb to ComplexPlot when it is used. This allows different functions (currently complex_plot and Riemann_Map.plot_colored) to use their own coloring settings, or for hands on users to define and use their own coloring functions without having to modify the source? This also allows me to eliminate the redundancy in Riemann_Map. If this sounds like a good idea, I'll double check to make sure there are no significant performance ramifications. Ethan -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
