-
Notifications
You must be signed in to change notification settings - Fork 25
Fix missing keys Te
+ Nd
in ELEM_COLORS_VESTA
and support it in plot_structure_2d
#173
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
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new categories DFT + ML split out of comp details kew attrs in: Structural Composition and Chemical Thermodynamic Electronic Mechanical Thermal Optical Surface Defect Magnetic Computational Details
… UserWarning (with test)
checks for colors in kwargs and assigns that to elem_colors, then issues warning
…one" tests/ptable/test_ptable_matplotlib.py:178:
janosh
added a commit
that referenced
this pull request
Mar 28, 2025
… `plot_structure_2d` (#173) * new attributes in Key enum new categories DFT + ML split out of comp details kew attrs in: Structural Composition and Chemical Thermodynamic Electronic Mechanical Thermal Optical Surface Defect Magnetic Computational Details * fix ELEM_COLORS_VESTA add missing elements Te and Nd * use gray as fallback element color if no color is specified and issue UserWarning (with test) * plot_structure_2d add support for ElemColorScheme.vesta * deprecate plot_structure_2d's colors keyword renamed to elem_colors checks for colors in kwargs and assigns that to elem_colors, then issues warning * fix SyntaxError: f-string expression part cannot include a backslash * split ptable module by backend into matplotlib and much smaller plotly * update readme * improve ptable_heatmap_plotly test coverage * improve test_ptable_heatmap_plotly_kwarg_combos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
colors
Color schemes
matplotlib
Concerning matplotlib-powered functions
structure
Structure viz related
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
plot_structure_2d
'scolors
deprecated, renamed toelem_colors
. use fallback color"gray"
if no color specified for element symbol in chosen color palettealso many new attributes in
Key
enum