A toolkit for visualizations in materials informatics
Project description
pymatviz
A toolkit for visualizations in materials informatics.
If you use
pymatviz
in your research, see how to cite.
🔨 Installation
pip install pymatviz
💡 API Docs
See the /api page.
📙 Usage
See the Jupyter notebooks under examples/
for how to use pymatviz
. PRs with additional examples are welcome! 🙏
matbench_dielectric_eda.ipynb | ||
mp_bimodal_e_form.ipynb | ||
matbench_perovskites_eda.ipynb | ||
mprester_ptable.ipynb |
Periodic Table
See pymatviz/ptable.py
. Heat maps of the periodic table can be plotted both with matplotlib
and plotly
. plotly
supports displaying additional data on hover or full interactivity through Dash.
ptable_heatmap(compositions, log=True) |
ptable_heatmap_ratio(comps_a, comps_b) |
---|---|
ptable_heatmap_plotly(atomic_masses) |
ptable_heatmap_plotly(compositions, log=True) |
Dash app using ptable_heatmap_plotly()
See examples/mprester_ptable.ipynb
.
Sunburst
See pymatviz/sunburst.py
.
spacegroup_sunburst([65, 134, 225, ...]) |
spacegroup_sunburst(["C2/m", "P-43m", "Fm-3m", ...]) |
---|---|
Sankey
See pymatviz/sankey.py
.
sankey_from_2_df_cols(df_perovskites) |
sankey_from_2_df_cols(df_rand_ints) |
---|---|
Structure
See pymatviz/structure_viz.py
. Currently structure plotting is only supported with matplotlib
in 2d. 3d interactive plots (probably with plotly
) are on the road map.
plot_structure_2d(mp_19017) |
plot_structure_2d(mp_12712) |
---|---|
Histograms
spacegroup_hist([65, 134, 225, ...]) |
spacegroup_hist(["C2/m", "P-43m", "Fm-3m", ...]) |
---|---|
residual_hist(y_true, y_pred) |
hist_elemental_prevalence(compositions, log=True, bar_values='count') |
Parity Plots
See pymatviz/parity.py
.
Uncertainty Calibration
qq_gaussian(y_true, y_pred, y_std) |
qq_gaussian(y_true, y_pred, y_std: dict) |
---|---|
error_decay_with_uncert(y_true, y_pred, y_std) |
error_decay_with_uncert(y_true, y_pred, y_std: dict) |
Cumulative Error & Residual
cumulative_error(preds, targets) |
cumulative_residual(preds, targets) |
---|---|
Classification Metrics
roc_curve(targets, proba_pos) |
precision_recall_curve(targets, proba_pos) |
---|---|
Correlation
marchenko_pastur(corr_mat, gamma=ncols/nrows) |
marchenko_pastur(corr_mat_significant_eval, gamma=ncols/nrows) |
---|---|
📖 How to cite pymatviz
@software{riebesell_pymatviz_2022,
title = {Pymatviz: visualization toolkit for materials informatics},
author = {Riebesell, Janosh},
date = {2022-10-01},
year = {2022},
doi = {10.5281/zenodo.7486816},
url = {https://github.com/janosh/pymatviz},
note = {10.5281/zenodo.7486816 - https://github.com/janosh/pymatviz},
urldate = {2023-01-01}, % optional, replace with date of code use
version = {0.7.1}, % replace with the version you use
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pymatviz-0.8.0.tar.gz
.
File metadata
- Download URL: pymatviz-0.8.0.tar.gz
- Upload date:
- Size: 78.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9f780e6e8f0238c00cc36d7b601549d299f0c04d6fe3759a1574cd43b86140d |
|
MD5 | 7b1e4e2fa5011de89d4b2a6564b0633d |
|
BLAKE2b-256 | 6481ebf30dd2a280fd128c58574e54a625f7ef8c210dd263ba8b5637bc59d89a |
File details
Details for the file pymatviz-0.8.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pymatviz-0.8.0-py2.py3-none-any.whl
- Upload date:
- Size: 64.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dc6d8142ced4b730dbda69cc031c2dbb8a08388e980c7ae5f639526da93f17e |
|
MD5 | 3dcfa82bde1a92a6dd7bb0d7d0e27aac |
|
BLAKE2b-256 | 093b9241fbdecaa59f5693f967eef408dd6deadf97eb25e65315d1cfc006c60e |