Difference between revisions of "LINE"
Jump to navigation
Jump to search
| (One intermediate revision 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.''''' | *'''''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== | ||
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 |