-
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.
* import pymatviz pkg as namespace * bump ruff commit hook + auto fixes * fix LS fit: y = ... annotations for facet plots all lie on top of each other. they should be positioned in the corner of each subplot * restore df_ptable importable from top-level pymatviz namespace * import save_and_compress_svg as pmv.io.save_and_compress_svg * # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch import-refactor # Your branch is up to date with 'origin/import-refactor'. # # Changes to be committed: # modified: examples/dataset_exploration/camd_2022/explore_camd_2022.py # modified: examples/dataset_exploration/matbench/dielectric/explore_dielectric.py # modified: examples/dataset_exploration/matbench/log_g+kvrh/explore_log_g+krvh.py # modified: examples/dataset_exploration/matbench/perovskites/explore_perovskites.py # modified: examples/dataset_exploration/matpes/eda.py # modified: examples/dataset_exploration/wbm/explore_wbm.py # modified: examples/diatomics/plot.py # modified: examples/make_assets/histogram.py # modified: examples/make_assets/ptable/ptable_matplotlib.py # modified: examples/make_assets/ptable/ptable_plotly.py # modified: pymatviz/__init__.py # modified: pymatviz/histogram.py # modified: pymatviz/ptable/ptable_plotly.py # modified: pymatviz/scatter.py # modified: pymatviz/sunburst.py # modified: pymatviz/uncertainty.py # modified: tests/ptable/test_ptable_matplotlib.py # modified: tests/ptable/test_ptable_plotly.py # modified: tests/test_io.py # modified: tests/test_process_data.py # * fix circular import * more import refactor * good enough * fix test side effect altering pmv.df_ptable
- Loading branch information
Showing
54 changed files
with
590 additions
and
650 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.