Visualize 3-component systems (e.g., soil texture, alloys, chemistry) in an equilateral triangle. Plotivy handles the triangular coordinate transformation automatically.
Converting (A, B, C) data to (x, y) coordinates for plotting requires manual math or specialized libraries.
Drawing the triangular grid lines (10%, 20%, etc.) correctly aligned with the axes is tedious in standard tools.
Ensuring A + B + C = 100% is required. If your data isn't normalized, the plot will be wrong.
Upload data with 3 columns representing the components (e.g., Sand, Silt, Clay).
"Create a ternary plot. Color points by 'Soil Type'. Add a legend."
Download a high-quality triangular plot ready for your paper.
✨ Plotivy AI uses python-ternary or plotly to generate accurate triangular plots.
Plotivy automatically checks if your rows sum to 1 (or 100) and normalizes them if needed.
Add density contours (KDE) to visualize where points are concentrated within the triangle.
Color points by group (e.g., Rock Type, Species) with an automatically generated legend.
Label axes with custom text (e.g., "Fe2O3", "MgO", "Na2O") and adjust tick directions.