-
Notifications
You must be signed in to change notification settings - Fork 32
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
UXarray Themed Colormaps #873
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Also from the usage example in the overview, it should be something like the following: import uxarray as ux
uxds[v1].plot(cmap=ux.cmaps.sequential, backend='matplotlib')
uxds[v1].plot(cmap=ux.cmaps.diverging, backend='matplotlib') |
The colormaps look great, but I'm wondering if maybe we would like to consider different colors all together for the style of Uxarray? We still don't have a true package logo. Would you like to sit down together (including @rajeeja too) to brainstorm some ideas for the theme of Uxarray? For the text of the logo, I was considering something like the following. For reference, xarray: It would be nice to put together a style guide for our package, logos, and design. Something like: |
Here are the colors from the new logo if you'd like to update these colormaps: Blue: Green: Gray: |
+1 let's get this done Friday at UChicago. |
@philipc2 I really like how these came out. |
These are very pretty! One small nitpick: can you make the blue & green ones start at zero (white)? |
Oh yeah that would be important! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great here! Once we have the following color maps, it'll be ready!
- Sequential: White, Blue, Green
- Sequential: White, Blue
- Sequential: White, Green
- Diverging: Blue, White, Green
The blue looks darker to me so I think it makes more sense to go green-blue with the colors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These colormaps look great! Thanks for putting them together.
Closes #786
Overview
Adds two UXarray-styled colormaps: diverging and sequential.
Diverging:
Sequential:
Expected Usage
PR Checklist
General