-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Experimental: add
show_bonds: bool | NearNeighbors = False
to `stru…
…cture_(2|3)d_plotly` (#233) * add crystal symmetry props to Key enum * rename _add_unit_cell to draw_unit_cell, add tests, then simplify * rename generate_subplot_title to get_subplot_title * add draw_bonds helper used by structure_(2|3)d_plotly to show bonds based on any pymatgen NearNeighbors subclass defaults to CrystalNN * rename get_image_sites->get_image_atoms * fix and improve test coverage of get_image_sites * tweak element_pair_rdfs axes label placement * add and test element_symbol_map: dict[str, str] | None = None to ptable_heatmap_plotly * default show_bonds to False (since half-baked and still experimental) * fix test_structure_2d_plotly_multiple and make more accurate
- Loading branch information
Showing
11 changed files
with
440 additions
and
101 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.