Difference between revisions of "LINE"

 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
==='''''Description:'''''===
 
==='''''Description:'''''===
 
'''''A ''LINE graph'' or ''line chart'' is a type of data visualization that displays data values as points on a line'''''.<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.
  
 
==Example==
 
==Example==
Line 21: Line 25:
 
|}
 
|}
  
===[[File:G1.JPG]]===
+
[[File:G1.JPG]]<br><br/>
<br/>
 
 
[[GRAPHING | '''''GRAPHING MAIN PAGE''''']]
 
[[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

 

GRAPHING MAIN PAGE