JuliaGraphics / ColorSchemes.jl

colorschemes, colormaps, gradients, and palettes
http://juliagraphics.github.io/ColorSchemes.jl/
Other
187 stars 33 forks source link

A consistent case pattern #121

Open tecosaur opened 4 months ago

tecosaur commented 4 months ago

I find that often I need to remember not just a colour scheme, but also the naming scheme it uses. Currently, ColorSchemes.jl has a mix of:

I think it would be rather good if the format could be normalised, so there's less that needs to be remembered. Aliases for backward-compatibility can be easily added to the colorschemes dict.