Difference between revisions of "ZCubes/Column Line"

From ZCubes Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
Column graphs are used to compare values across categories using vertical lines. Column line graphs are ideal for tracking trends and predicting the yet-to-come values.
 
Column graphs are used to compare values across categories using vertical lines. Column line graphs are ideal for tracking trends and predicting the yet-to-come values.
  
Input Range:  
+
<u>Input Range:</u>
 +
 
Consider SIN values from numbers 1 to 10.
 
Consider SIN values from numbers 1 to 10.
 +
 +
SIN(1..10)
  
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
| Number || Energy
+
| Number || SIN
 
|-
 
|-
 
| 1 || 0.8414709848078965
 
| 1 || 0.8414709848078965
Line 34: Line 37:
 
|}
 
|}
  
Graphical Output:
+
<u>Graphical Output:</u>
[[File:Column_line_graph.jpg]]
+
[[File:Column_line_graph.png]]
  
See Also:
+
<u>See Also:</u>
  
 
[[ZCubes/Clustered Column | Clustered Column ]]
 
[[ZCubes/Clustered Column | Clustered Column ]]

Latest revision as of 07:30, 10 June 2020

<<ZCubes Graphs


Column Line Graph

Column graphs are used to compare values across categories using vertical lines. Column line graphs are ideal for tracking trends and predicting the yet-to-come values.

Input Range:

Consider SIN values from numbers 1 to 10.

SIN(1..10)

Number SIN
1 0.8414709848078965
2 0.9092974268256817
3 0.1411200080598672
4 -0.7568024953079282
5 -0.9589242746631385
6 -0.27941549819892586
7 0.6569865987187891
8 0.9893582466233818
9 0.4121184852417566
10 -0.5440211108893698

Graphical Output: Column line graph.png

See Also:

Clustered Column

Stacked Column

100% Stacked Column

Horizontal Column