Difference between revisions of "LINE"

From ZCubes Wiki
Jump to navigation Jump to search
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
===LINE GRAPH===
+
<div style="font-size:30px">'''LINE GRAPH'''</div>
===Description===
+
==='''''Description:'''''===
*'''''A ''LINE graph'' or ''line chart'' is a type of data visualization that displays data values as points on a line'''''.<br><br/>
+
'''''A ''LINE graph'' or ''line chart'' is a type of data visualization that displays data values as points on a line'''''.<br>
 +
*'''''In this type of chart, a line represents the data movement from one point to another.'''''
 +
*'''''It is a X vs (Y1,[Y2]....) graph.'''''
 +
**'''''X-axis represents one set of data.
 +
**'''''Y-axis can represent single or multiple data sets.
  
===[[File:G1.JPG]]===
+
==Example==
 +
{| class="wikitable" style="font-size:14px"
 +
|-
 +
| '''Row''' || '''People'''
 +
|-
 +
| Row1 || 4
 +
|-
 +
| Row2 || 7
 +
|-
 +
| Row3 || 12
 +
|-
 +
| Row4 || 17
 +
|-
 +
| Row5 || 36
 +
|-
 +
| Row6 || 34
 +
|}
 +
 
 +
[[File:G1.JPG]]<br><br/>
 +
[[GRAPHING | '''''GRAPHING MAIN PAGE''''']]

Latest revision as of 07:32, 3 June 2020

LINE GRAPH

Description:

A LINE graph or line chart is a type of data visualization that displays data values as points on a line.

  • In this type of chart, a line represents the data movement from one point to another.
  • It is a X vs (Y1,[Y2]....) graph.
    • X-axis represents one set of data.
    • Y-axis can represent single or multiple data sets.

Example

Row People
Row1 4
Row2 7
Row3 12
Row4 17
Row5 36
Row6 34

G1.JPG

GRAPHING MAIN PAGE