-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Not sure how to title this issue, but I think it would be nice if one could use different interpolation schemes between colors.
I'm bringing up this issue following JuliaGraphics/ColorSchemes.jl#60, which is about adding bipolar colormaps. In particular, the referenced matplotlib tool, https://github.com/endolith/bipolar-colormap, proposes colormaps designed along Bézier curves in colorspace (instead of piece-wise linear interpolations). Not sure this would be possible but that would be one part of this feature request.
Otherwise, I thought it might be possible to use some of Interpolations.jl, e.g., B-splines, and so on.
EDIT: Of course, maybe none of this makes sense, so if that's the case sorry for the noise and please don't hesitate to close right away.