Plots triples `{a, b, c}` as points inside a ternary (barycentric) triangle.
TernaryListPlot[{{u1, v1, w1}, …, {un, vn, wn}}]
TernaryListPlot[{data1, data2, …}]
Head[TernaryListPlot[{{1, 1, 1}, {1, 2, 3}}]]
→ GraphicsHead[TernaryListPlot[{{{1, 1, 1}, {2, 1, 1}}, {{1, 2, 1}, {1, 1, 2}}}]]
→ Graphics- AspectRatio — default Automatic
- ColorFunction — default None
- ColorFunctionScaling — default True
- Frame — default True
- GridLines — default Automatic
- GridLinesStyle — default { }
- Joined — default False
- LabelingFunction — default Automatic
- LabelingSize — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotInteractivity — default $PlotInteractivity
- PlotLabel — default None
- PlotLabels — default None
- PlotLegends — default None
- PlotMarkers — default None
- PlotRange — default Automatic
- PlotStyle — default Automatic
- PlotTheme — default $PlotTheme
- TargetUnits — default Automatic
- TernaryPlotCorners — default Automatic