Examples#
This gallery contains examples of mpltern.
Introductory#
Intermediate#
Statistics#
Axis and Tick#
The examples below show how to control tick markers, tick labels, and axis labels.
Ternary Limits#
Transforms#
Mpltern is implemented as a new
projection
of Matplotlib by implementing several new Transform
classes for ternary
plots.
This allows us to auto-position tick markers, tick labels, and axis labels with
reasonable paddings consistent with Matplotlib.
The examples below show how to use such Transform
classes in mpltern.