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

Incoherent Colormap names #741

Closed
vincentsarago opened this issue Oct 3, 2024 · 0 comments · Fixed by #742
Closed

Incoherent Colormap names #741

vincentsarago opened this issue Oct 3, 2024 · 0 comments · Fixed by #742

Comments

@vincentsarago
Copy link
Member

in we use name.lower() to lookup in the ColorMaps.data dict but when we register the colormap we do not force the names do be lowercase

cmap = self.data.get(name.lower(), None)

Solution:

  • force colormap names to be lower case!
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

Successfully merging a pull request may close this issue.

1 participant