Difference between revisions of "SCATTER"

From ZCubes Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
==='''''Description:'''''===
 
==='''''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. '''''<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>
 +
*'''''It is a X vs (Y1,[Y2]....) graph.'''''
  
 
==Example==
 
==Example==

Revision as of 15:21, 2 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.

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