Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A consistent case pattern #121

Open
tecosaur opened this issue May 8, 2024 · 0 comments
Open

A consistent case pattern #121

tecosaur opened this issue May 8, 2024 · 0 comments

Comments

@tecosaur
Copy link
Contributor

tecosaur commented May 8, 2024

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:

  • nocase (e.g. twelvebitrainbow, redgreensplit, gnuplot2)
  • snake_case (e.g. tableau_superfishel_stone, seaborn_dark6)
  • Camel_Snake (e.g. Spectral_10)
  • CamelCase (e.g. Zissou1Continuous)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant