ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
DEFINITIONS
2
ScatterplotA graph that presents the relationship between two variables in a data set.
3
Pareto ChartA bar graph where the lengths of the bars represent frequency or cost (time or money) with the longest bars on the left and the shortest on the right.
4
Control ChartAlso called a process-behavior chart or Shewhart chart and used in quality-control analysis. This chart gives visual representation of the ongoing in a process.
5
Pie ChartMostly used when dealing with grouped data or data which is categorized. Great visual for expressing a part-to-whole relationship.
6
Histogram A chart that shows frequencies for intervals of values of a metric variable. It is used to summarize discrete of continuous data.
7
8
9
10
TO EDITPlace facility specific data in columns A and B starting at row 4. Make changes to the variable names in row 3 as needed. If facility data has more rows than the template graph/chart, make sure to highlight and include to represent data in specific visualization.
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100