-
Notifications
You must be signed in to change notification settings - Fork 21
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
Minor format tweaks #120
Minor format tweaks #120
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
I notice In this case I think this entire code looks pointless, being a simple wrapper over |
yes, that sounds sensible! we can turn this a into an example/docs PR showing people how to use |
@janosh Can you please review this as a minor format tweak and I would open another PR for the periodic table scatter plotter? Thanks! |
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.
thanks @DanielYang59! better comments and more tests are always appreciated! 👍
Thanks @janosh! I would also add guides and assert generations for |
pymatviz/utils.py:306: TypeError
Meanwhile I pushed the |
A quick update on this @janosh , after a month's review it finally get merged (really learned a lot about details in coding during this process), and it's now available as, detailed in the manual: from cmasher import combine_cmaps
cmr.combine_cmaps(cmap_0, cmap_1) |
nice, glad you found a good home for it! great team work between you and the maintainers on that PR 👍 |
Early PR for adding heatmap to resolve #118.