¶
Visualization¶
The tucoopy.viz subpackage provides static visualization (Matplotlib) for:
- \(n=2\): line segments in the plane \((x_1, x_2)\)
- \(n=3\): ternary diagram (simplex)
See also¶
- Guide:
../guides/vizualization.md - API Reference -> viz:
../reference/index.md
Warning Matplotlib is an optional dependency. Install with
pip install "tucoopy[viz]".
API¶
mpl2(segments):../reference/viz/mpl2.mdmpl3(ternary):../reference/viz/mpl3.md