What's the name of the non-radar-chart chart that looks like a triangle but has zero on the opposite edge?

107 Views Asked by At

A radar chart has the value 0 at the center and then extends to 1 towards the vertices of the polygon, but I'm looking for one where the value goes from 0 from the opposite edge of the vertex.

Bonus question: Is this type of chart limited to triangles?

1

There are 1 best solutions below

0
On BEST ANSWER

These are called ternary plots, plotting three variables that sum to a constant, and rely on Viviani's theorem for their correctness. Here's an example.

Two dimensions only suffice for plotting a system of variables with two degrees of freedom, although an extension of Viviani's theorem means that a tetrahedron can be used to plot four variables that sum to a constant, and similarly for higher dimensions.