Difference between revisions of "SCATTER"

From ZCubes Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div style="font-size:30px">'''SCATTER'''</div>
 
<div style="font-size:30px">'''SCATTER'''</div>
 
==='''''Description:'''''===
 
==='''''Description:'''''===
'''''A ''pie chart'' (or a circle chart) is a circular statistical graphic, which is divided into slices to illustrate numerical proportion.<br>
+
'''''A scatter plot is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data. '''''<br>
'''''In a pie chart, the arc length of each slice (and consequently its central angle and area), is proportional to the quantity it represents.'''''<br>
+
*'''''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 25: Line 27:
  
 
'''SCATTER(A1:B7)'''<br><br/>
 
'''SCATTER(A1:B7)'''<br><br/>
[[File:Pielabels.JPG]]
+
[[File:Scatter.JPG]]<br><br/>
 +
[[GRAPHING|'''''GRAPHING MAIN PAGE''''']]

Latest revision as of 07:37, 3 June 2020

SCATTER

Description:

A scatter plot is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data.

  • 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

A B
1 Row People
2 Row1 4
3 Row2 7
4 Row3 12
5 Row4 17
6 Row5 36
7 Row6 34

SCATTER(A1:B7)

Scatter.JPG

GRAPHING MAIN PAGE