-
Notifications
You must be signed in to change notification settings - Fork 61
--deleteme-- #62
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
--deleteme-- #62
Conversation
aliases in CET_to_py.py is now a dict of lists. This renders the aliases_v2 dict unnecessary, as those can be added in to aliases as additional values. |
OK, I got a bit carried away with this. Ultimately I made sure that no existing colormaps or aliases are overridden but do allow for new aliases for existing colormap (e.g. "heat" == "fire", "gray" == "gray", etc.). Tests check out, and swatches look good in the example notebooks. |
New maps are in |
I think
It should be stated that I'm not a user of holoviews or bokeh, so I might have something set up wrong. |
Sorry if you're getting pinged with new commits a lot. Somehow some of my original changes got lost so I had to re-add them. |
Shoot, I'm having a problem where a colormap differs between |
--deleteme-- superseded by #63.