Difference between revisions of "TERNARY PLOT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''RADAR CHART'''</div> ==='''''Description:'''''=== '''''The Radar Chart, also sometimes called a spider or star chart, lets us compare multiple i...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="font-size:30px">'''RADAR CHART'''</div>
+
<div style="font-size:30px">'''TERNARY PLOT'''</div>
 
==='''''Description:'''''===
 
==='''''Description:'''''===
'''''The Radar Chart, also sometimes called a spider or star chart, lets us compare multiple items against multiple criteria.'''''<br>
+
'''A ternary plot or a triangle plot, is a barycentric plot on three variables which sum to a constant.<br>
'''''You could use it to see how temperatures change in multiple locations over the course of a year, or quickly compare products in several different areas.''''' <br>
+
'''It graphically depicts the ratios of the three variables as positions in an equilateral triangle.''''' <br>
*'''''Radar Chart has X & Y axis.
+
*'''''A ternary plot has 3 columns of data.
*'''''The x-axis is nothing but each end of the spider and each step of the spider considered as Y-axis.  
+
*'''''In a ternary plot, the values of the three variables a, b, and c must sum to some constant, K.<br>
*'''''Zero point of the radar chart starts from the centre of the wheel. Towards the edge of the spike, a point reaches, the higher the value.
+
*'''''The constant is represented as 1.0 or 100%.<br>
*'''''It is a X vs (Y1,[Y2]....) graph.'''''
+
*'''''Every point on a ternary plot represents a different composition of the three components.
**'''''X-axis represents one set of data.
 
**'''''Y-axis can represent single or multiple data sets.
 
  
 
==Example==
 
==Example==
 
{| class="wikitable" style="font-size:14px"
 
{| class="wikitable" style="font-size:14px"
 
|-
 
|-
| A|| '''B''' || '''C'''|| '''D'''
+
| A|| '''B''' || '''C'''
 
|-
 
|-
| || '''Vendor 1''' || '''Vendor 2''' || '''Vendor 3'''  
+
|'''Sand''' || '''Silt''' || '''Clay'''  
 
|-
 
|-
| Reliability || 65 || 73 || 49  
+
| 0.3 || 0.3 || 0.4  
 
|-
 
|-
| Customer Service || 68 || 6 || 72
+
| 1 || 0 || 0
 
|-
 
|-
| Customer Satisfaction || 80 || 54 || 92
+
| 0 || 1 || 1
 
|-
 
|-
| Expandability || 70 || 68 || 62
+
| 0 || 0 || 1
 
|-
 
|-
| Cost || 66 || 70 || 52
+
| 0.2 || 0.5 || 0.3
 
|-
 
|-
|Quality || 64 || 73 || 54
+
|0.3 || 0.1 || 0.6
 
|-
 
|-
|Features || 67 || 66 || 72
+
|0.5 || 0.5 || 0
 
|-
 
|-
|Maintenance Costs || 72 || 59 || 80
+
|0.6 || 0.2 || 0.2
 
|}
 
|}
  
'''TERNARYCHART(A1:D9)'''<br><br/>
+
'''TERNARYPLOT(A1:C9)'''<br><br/>
 
[[File:Ternary.JPG]]<br><br/>
 
[[File:Ternary.JPG]]<br><br/>
 
[[GRAPHING|'''''GRAPHING MAIN PAGE''''']]
 
[[GRAPHING|'''''GRAPHING MAIN PAGE''''']]

Latest revision as of 12:17, 18 June 2020

TERNARY PLOT

Description:

A ternary plot or a triangle plot, is a barycentric plot on three variables which sum to a constant.
It graphically depicts the ratios of the three variables as positions in an equilateral triangle.

  • A ternary plot has 3 columns of data.
  • In a ternary plot, the values of the three variables a, b, and c must sum to some constant, K.
  • The constant is represented as 1.0 or 100%.
  • Every point on a ternary plot represents a different composition of the three components.

Example

A B C
Sand Silt Clay
0.3 0.3 0.4
1 0 0
0 1 1
0 0 1
0.2 0.5 0.3
0.3 0.1 0.6
0.5 0.5 0
0.6 0.2 0.2

TERNARYPLOT(A1:C9)

Ternary.JPG

GRAPHING MAIN PAGE