mplhep-data is a font (data) sub-package for `mplhep`, providing several common High Energy Physics fonts like Tex Gyre Termes and Latin Modern. It is currently at version 0.0.5 and appears to have an infrequent release cadence focused on adding new fonts or maintenance. It acts as a data provider, making these fonts available for `mplhep` styles rather than offering a direct Python API for users.
pip install mplhep-dataVerified import paths — ran on the pinned version, not inferred.
A basic `mplhep` plot demonstrating style application. When `mplhep-data` is installed, `mplhep` automatically gains access to its provided fonts, which are used by styles like `ATLAS` or `CMS` for correct rendering and consistent font usage across platforms.
Ensure `mplhep-data` is installed alongside `mplhep` using `pip install mplhep-data`.
Rely on `mplhep` to manage and apply the fonts provided by `mplhep-data` via its styling system (`mplhep.style.use()`).
Pin `mplhep-data` to a specific version if strict font consistency is critical across different deployment environments.
No dependency data recorded yet.