-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update pourbaix heatmap plots #398
Conversation
Removing x, y, and z labels on hovertext of heatmaps
for more information, see https://pre-commit.ci
Small color update to ion/default color Removed extra box from hovertext of heatmap off Pourbaix plots.
for more information, see https://pre-commit.ci
Updated some whites to be a bit further offwhite so that it contrasts with the white background. Updated the heatmap color scheme to include the full range but use an exponentially scaled color scheme based off magma.
for more information, see https://pre-commit.ci
) | ||
# decomposition_e = np.min( | ||
# [decomposition_e, np.ones(decomposition_e.shape)], axis=0 | ||
# ) |
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.
This must be turned off so that the Gibbs Energy is not capped.
Failing in a part of code not edited in this PR. It seems that this failure is common to the repo as other PRs and commits have the same error messages. |
@JoshuaNgXY @yang-ruoxi I've fixed the issues with the tests. Feel free to merge and release when ready. |
Summary
Color change for the regular diagram:
Before
After
Color change for the Heatmap
Before
After