mpltern: Ternary plots with Matplotlib#
Mpltern is a Python plotting library based on Matplotlib specifically designed for ternary plots.
Direct dependence on Matplotlib only
Many plotting styles with similar method names to those in Matplotlib
No need for ternary-to-Cartesian conversions on the user side
Automatic positioning of tick markers, tick labels, and axis labels consistent with Matplotlib
tight_layout
andconstrained_layout
Interactive in, e.g., Jupyter notebooks
Installation#
See the install documentation.
Basic Usage#
See the basic usage documentation.
How to Cite mpltern#
Please cite mpltern via the DOI if mpltern contributes to a scientific publication.
Matplotlib should also be acknowledged when using mpltern.