{"id":73838,"date":"2026-09-01T13:41:22","date_gmt":"2026-09-01T16:41:22","guid":{"rendered":"https:\/\/a3aengenharia.com\/?post_type=articles&#038;p=73838"},"modified":"2026-09-01T13:41:22","modified_gmt":"2026-09-01T16:41:22","slug":"scatter-diagram-quality-engineering-variable-relationships","status":"publish","type":"articles","link":"https:\/\/a3aengenharia.com\/en-us\/content\/technical-articles\/scatter-diagram-quality-engineering-variable-relationships\/","title":{"rendered":"Scatter Diagram in Quality: How to Investigate Relationships Between Variables in Engineering"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">A <strong>scatter diagram<\/strong> is a graphical tool used to investigate whether two numerical variables show some pattern of association. In Engineering, it helps turn a hypothesis such as \u201ctemperature seems to increase the failure rate\u201d or \u201cmore revisions seem to increase approval lead time\u201d into a visual analysis based on paired data. The chart may reveal positive association, negative association, no apparent pattern, nonlinearity, clusters, and outliers. However, a visual or statistical relationship does not, by itself, demonstrate causation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The value of the tool lies in putting a hypothesis against evidence. It is especially useful after the problem has been defined and reliable paired data are available, but before concluding that one variable causes the other.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is a Scatter Diagram?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A scatter diagram, also called a <em>scatter plot<\/em> or X-Y plot, represents pairs of observations on a Cartesian plane. Each point corresponds to one observation: one variable is placed on the horizontal axis and the other on the vertical axis.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If a team tracks, for example, the number of clashes found in a design review and the number of hours spent on rework for each package, each package generates a pair of values. When dozens of packages are plotted, the pattern may show whether larger numbers of clashes tend to accompany larger volumes of rework.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The American Society for Quality classifies the scatter diagram among the seven basic quality tools. NIST describes it as an exploratory analysis technique for examining relationships or associations between two variables.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The tool does not replace regression, hypothesis testing, or Engineering knowledge. It is an investigation step that helps decide whether a particular relationship deserves deeper analysis.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What Each Point Means<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A common mistake is to interpret the chart as a time series. Usually it is not. Each point represents a pair of values corresponding to the same unit of analysis: equipment, document, batch, inspection, project, period, or occurrence.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>X-axis: temperature measured in a panel;<\/li><li>Y-axis: current measured in the same panel at the same instant;<\/li><li>each point: one measurement instant.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In another context:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>X-axis: number of comments received per document;<\/li><li>Y-axis: total time to approval;<\/li><li>each point: one issued document.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The quality of the pairing is fundamental. If X and Y values do not correspond to the same unit, period, or condition, the chart may suggest artificial relationships.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is a Scatter Diagram Used for in Quality?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The tool is mainly used to answer: <strong>is there some relationship pattern between these two variables that warrants further investigation?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It can be applied to:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>visually test hypotheses raised through Ishikawa or 5 Whys;<\/li><li>compare a process variable with a quality response;<\/li><li>investigate factors associated with rework, schedule, productivity, or failures;<\/li><li>check whether two measurements vary in a similar way;<\/li><li>identify clusters that suggest different populations or operating regimes;<\/li><li>recognize nonlinear relationships that a simple coefficient might hide;<\/li><li>detect atypical observations that deserve individual investigation.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The tool is most valuable when the team avoids \u201clooking for a story\u201d in the chart and starts from a defined technical question.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">From Hypothesis to Data<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Consider a team that suspects documents with many disciplinary interfaces take longer to approve. The statement is still a hypothesis. To analyze it, observable variables would have to be defined, for example:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>X = number of disciplines with a relevant interface in the document;<\/li><li>Y = time between first issue and final approval.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">From there, the team collects pairs for a representative number of documents and builds the chart.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the point cloud slopes upward, there is an indication of positive association. If the points are scattered with no pattern, the hypothesis may be weak or the data may need stratification. If two clearly separated groups appear, different document types, clients, or phases may be mixed in the same analysis.<\/p>\n\n\n\n<figure class=\"a3a-mermaid\"><svg id=\"a3a-diagram-1\" width=\"100%\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"flowchart\" style=\"max-width:min(1779.984375px, 100%);height:auto;display:block;margin:0 auto\" viewBox=\"0 0 1779.984375 91\" role=\"graphics-document document\" aria-roledescription=\"flowchart-v2\" aria-labelledby=\"chart-title-a3a-diagram-1\"><title id=\"chart-title-a3a-diagram-1\">Scatter diagram workflow in a quality investigation<\/title><style>#a3a-diagram-1{font-family:Roboto,sans-serif;font-size:15px;fill:var(--a3a-diag-text, #0a0a0a);}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#a3a-diagram-1 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#a3a-diagram-1 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#a3a-diagram-1 .error-icon{fill:var(--a3a-diag-canvas, #ffffff);}#a3a-diagram-1 .error-text{fill:#000000;stroke:#000000;}#a3a-diagram-1 .edge-thickness-normal{stroke-width:1px;}#a3a-diagram-1 .edge-thickness-thick{stroke-width:3.5px;}#a3a-diagram-1 .edge-pattern-solid{stroke-dasharray:0;}#a3a-diagram-1 .edge-thickness-invisible{stroke-width:0;fill:none;}#a3a-diagram-1 .edge-pattern-dashed{stroke-dasharray:3;}#a3a-diagram-1 .edge-pattern-dotted{stroke-dasharray:2;}#a3a-diagram-1 .marker{fill:var(--a3a-diag-stroke, #2e42a2);stroke:var(--a3a-diag-stroke, #2e42a2);}#a3a-diagram-1 .marker.cross{stroke:var(--a3a-diag-stroke, #2e42a2);}#a3a-diagram-1 svg{font-family:Roboto,sans-serif;font-size:15px;}#a3a-diagram-1 p{margin:0;}#a3a-diagram-1 .label{font-family:Roboto,sans-serif;color:var(--a3a-diag-text, #0a0a0a);}#a3a-diagram-1 .cluster-label text{fill:var(--a3a-diag-title, #0124af);}#a3a-diagram-1 .cluster-label span{color:var(--a3a-diag-title, #0124af);}#a3a-diagram-1 .cluster-label span p{background-color:transparent;}#a3a-diagram-1 .label text,#a3a-diagram-1 span{fill:var(--a3a-diag-text, #0a0a0a);color:var(--a3a-diag-text, #0a0a0a);}#a3a-diagram-1 .node rect,#a3a-diagram-1 .node circle,#a3a-diagram-1 .node ellipse,#a3a-diagram-1 .node polygon,#a3a-diagram-1 .node path{fill:var(--a3a-diag-fill, #eef2fd);stroke:var(--a3a-diag-stroke, #2e42a2);stroke-width:1px;}#a3a-diagram-1 .rough-node .label text,#a3a-diagram-1 .node .label text,#a3a-diagram-1 .image-shape .label,#a3a-diagram-1 .icon-shape .label{text-anchor:middle;}#a3a-diagram-1 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#a3a-diagram-1 .rough-node .label,#a3a-diagram-1 .node .label,#a3a-diagram-1 .image-shape .label,#a3a-diagram-1 .icon-shape .label{text-align:center;}#a3a-diagram-1 .node.clickable{cursor:pointer;}#a3a-diagram-1 .root .anchor path{fill:var(--a3a-diag-stroke, #2e42a2)!important;stroke-width:0;stroke:var(--a3a-diag-stroke, #2e42a2);}#a3a-diagram-1 .arrowheadPath{fill:var(--a3a-diag-stroke, #0b0b0b);}#a3a-diagram-1 .edgePath .path{stroke:var(--a3a-diag-stroke, #2e42a2);stroke-width:2.0px;}#a3a-diagram-1 .flowchart-link{stroke:var(--a3a-diag-stroke, #2e42a2);fill:none;}#a3a-diagram-1 .edgeLabel{background-color:var(--a3a-diag-canvas, #ffffff);text-align:center;}#a3a-diagram-1 .edgeLabel p{background-color:var(--a3a-diag-canvas, #ffffff);}#a3a-diagram-1 .edgeLabel rect{opacity:0.5;background-color:var(--a3a-diag-canvas, #ffffff);fill:var(--a3a-diag-canvas, #ffffff);}#a3a-diagram-1 .labelBkg{background-color:rgba(255, 255, 255, 0.5);}#a3a-diagram-1 .cluster rect{fill:var(--a3a-diag-surface, #f8f8f8);stroke:var(--a3a-diag-border, #e2e8f0);stroke-width:1px;}#a3a-diagram-1 .cluster text{fill:var(--a3a-diag-title, #0124af);}#a3a-diagram-1 .cluster span{color:var(--a3a-diag-title, #0124af);}#a3a-diagram-1 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:Roboto,sans-serif;font-size:12px;background:var(--a3a-diag-canvas, #ffffff);border:1px solid hsl(0, 0%, 90%);border-radius:2px;pointer-events:none;z-index:100;}#a3a-diagram-1 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:var(--a3a-diag-text, #0a0a0a);}#a3a-diagram-1 rect.text{fill:none;stroke-width:0;}#a3a-diagram-1 .icon-shape,#a3a-diagram-1 .image-shape{background-color:var(--a3a-diag-canvas, #ffffff);text-align:center;}#a3a-diagram-1 .icon-shape p,#a3a-diagram-1 .image-shape p{background-color:var(--a3a-diag-canvas, #ffffff);padding:2px;}#a3a-diagram-1 .icon-shape rect,#a3a-diagram-1 .image-shape rect{opacity:0.5;background-color:var(--a3a-diag-canvas, #ffffff);fill:var(--a3a-diag-canvas, #ffffff);}#a3a-diagram-1 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#a3a-diagram-1 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#a3a-diagram-1 :root{--mermaid-font-family:Roboto,sans-serif;}<\/style><g><marker id=\"a3a-diagram-1_flowchart-v2-pointEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 0 L 10 5 L 0 10 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"><\/path><\/marker><marker id=\"a3a-diagram-1_flowchart-v2-pointStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"4.5\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"8\" markerHeight=\"8\" orient=\"auto\"><path d=\"M 0 5 L 10 10 L 10 0 z\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"><\/path><\/marker><marker id=\"a3a-diagram-1_flowchart-v2-circleEnd\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"11\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"><\/circle><\/marker><marker id=\"a3a-diagram-1_flowchart-v2-circleStart\" class=\"marker flowchart-v2\" viewBox=\"0 0 10 10\" refX=\"-1\" refY=\"5\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><circle cx=\"5\" cy=\"5\" r=\"5\" class=\"arrowMarkerPath\" style=\"stroke-width: 1; stroke-dasharray: 1, 0;\"><\/circle><\/marker><marker id=\"a3a-diagram-1_flowchart-v2-crossEnd\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"12\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"><\/path><\/marker><marker id=\"a3a-diagram-1_flowchart-v2-crossStart\" class=\"marker cross flowchart-v2\" viewBox=\"0 0 11 11\" refX=\"-1\" refY=\"5.2\" markerUnits=\"userSpaceOnUse\" markerWidth=\"11\" markerHeight=\"11\" orient=\"auto\"><path d=\"M 1,1 l 9,9 M 10,1 l -9,9\" class=\"arrowMarkerPath\" style=\"stroke-width: 2; stroke-dasharray: 1, 0;\"><\/path><\/marker><g class=\"root\"><g class=\"clusters\"><\/g><g class=\"edgePaths\"><path d=\"M209.844,45.5L214.01,45.5C218.177,45.5,226.51,45.5,234.177,45.5C241.844,45.5,248.844,45.5,252.344,45.5L255.844,45.5\" id=\"L_A_B_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_A_B_0\" data-points=\"W3sieCI6MjA5Ljg0Mzc1LCJ5Ijo0NS41fSx7IngiOjIzNC44NDM3NSwieSI6NDUuNX0seyJ4IjoyNTkuODQzNzUsInkiOjQ1LjV9XQ==\" marker-end=\"url(#a3a-diagram-1_flowchart-v2-pointEnd)\"><\/path><path d=\"M417.469,45.5L421.635,45.5C425.802,45.5,434.135,45.5,441.802,45.5C449.469,45.5,456.469,45.5,459.969,45.5L463.469,45.5\" id=\"L_B_C_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_B_C_0\" data-points=\"W3sieCI6NDE3LjQ2ODc1LCJ5Ijo0NS41fSx7IngiOjQ0Mi40Njg3NSwieSI6NDUuNX0seyJ4Ijo0NjcuNDY4NzUsInkiOjQ1LjV9XQ==\" marker-end=\"url(#a3a-diagram-1_flowchart-v2-pointEnd)\"><\/path><path d=\"M695.719,45.5L699.885,45.5C704.052,45.5,712.385,45.5,720.052,45.5C727.719,45.5,734.719,45.5,738.219,45.5L741.719,45.5\" id=\"L_C_D_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_C_D_0\" data-points=\"W3sieCI6Njk1LjcxODc1LCJ5Ijo0NS41fSx7IngiOjcyMC43MTg3NSwieSI6NDUuNX0seyJ4Ijo3NDUuNzE4NzUsInkiOjQ1LjV9XQ==\" marker-end=\"url(#a3a-diagram-1_flowchart-v2-pointEnd)\"><\/path><path d=\"M906.234,45.5L910.401,45.5C914.568,45.5,922.901,45.5,930.568,45.5C938.234,45.5,945.234,45.5,948.734,45.5L952.234,45.5\" id=\"L_D_E_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_D_E_0\" data-points=\"W3sieCI6OTA2LjIzNDM3NSwieSI6NDUuNX0seyJ4Ijo5MzEuMjM0Mzc1LCJ5Ijo0NS41fSx7IngiOjk1Ni4yMzQzNzUsInkiOjQ1LjV9XQ==\" marker-end=\"url(#a3a-diagram-1_flowchart-v2-pointEnd)\"><\/path><path d=\"M1157.063,45.5L1161.229,45.5C1165.396,45.5,1173.729,45.5,1181.396,45.5C1189.063,45.5,1196.063,45.5,1199.563,45.5L1203.063,45.5\" id=\"L_E_F_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_E_F_0\" data-points=\"W3sieCI6MTE1Ny4wNjI1LCJ5Ijo0NS41fSx7IngiOjExODIuMDYyNSwieSI6NDUuNX0seyJ4IjoxMjA3LjA2MjUsInkiOjQ1LjV9XQ==\" marker-end=\"url(#a3a-diagram-1_flowchart-v2-pointEnd)\"><\/path><path d=\"M1461.984,45.5L1466.151,45.5C1470.318,45.5,1478.651,45.5,1486.318,45.5C1493.984,45.5,1500.984,45.5,1504.484,45.5L1507.984,45.5\" id=\"L_F_G_0\" class=\"edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link\" style=\";\" data-edge=\"true\" data-et=\"edge\" data-id=\"L_F_G_0\" data-points=\"W3sieCI6MTQ2MS45ODQzNzUsInkiOjQ1LjV9LHsieCI6MTQ4Ni45ODQzNzUsInkiOjQ1LjV9LHsieCI6MTUxMS45ODQzNzUsInkiOjQ1LjV9XQ==\" marker-end=\"url(#a3a-diagram-1_flowchart-v2-pointEnd)\"><\/path><\/g><g class=\"edgeLabels\"><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_A_B_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_B_C_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_C_D_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_D_E_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_E_F_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"edgeLabel\"><g class=\"label\" data-id=\"L_F_G_0\" transform=\"translate(0, 0)\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><\/span><\/div><\/foreignObject><\/g><\/g><\/g><g class=\"nodes\"><g class=\"node default\" id=\"flowchart-A-0\" transform=\"translate(108.921875, 45.5)\"><rect class=\"basic label-container\" style=\"\" x=\"-100.921875\" y=\"-26.25\" width=\"201.84375\" height=\"52.5\"><\/rect><g class=\"label\" style=\"\" transform=\"translate(-70.921875, -11.25)\"><rect><\/rect><foreignObject width=\"141.84375\" height=\"22.5\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Technical hypothesis<\/p><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"node default\" id=\"flowchart-B-1\" transform=\"translate(338.65625, 45.5)\"><rect class=\"basic label-container\" style=\"\" x=\"-78.8125\" y=\"-26.25\" width=\"157.625\" height=\"52.5\"><\/rect><g class=\"label\" style=\"\" transform=\"translate(-48.8125, -11.25)\"><rect><\/rect><foreignObject width=\"97.625\" height=\"22.5\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Define X and Y<\/p><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"node default\" id=\"flowchart-C-3\" transform=\"translate(581.59375, 45.5)\"><rect class=\"basic label-container\" style=\"\" x=\"-114.125\" y=\"-26.25\" width=\"228.25\" height=\"52.5\"><\/rect><g class=\"label\" style=\"\" transform=\"translate(-84.125, -11.25)\"><rect><\/rect><foreignObject width=\"168.25\" height=\"22.5\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Collect comparable pairs<\/p><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"node default\" id=\"flowchart-D-5\" transform=\"translate(825.9765625, 45.5)\"><rect class=\"basic label-container\" style=\"\" x=\"-80.2578125\" y=\"-26.25\" width=\"160.515625\" height=\"52.5\"><\/rect><g class=\"label\" style=\"\" transform=\"translate(-50.2578125, -11.25)\"><rect><\/rect><foreignObject width=\"100.515625\" height=\"22.5\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Plot the points<\/p><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"node default\" id=\"flowchart-E-7\" transform=\"translate(1056.6484375, 45.5)\"><rect class=\"basic label-container\" style=\"\" x=\"-100.4140625\" y=\"-26.25\" width=\"200.828125\" height=\"52.5\"><\/rect><g class=\"label\" style=\"\" transform=\"translate(-70.4140625, -11.25)\"><rect><\/rect><foreignObject width=\"140.828125\" height=\"22.5\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Interpret the pattern<\/p><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"node default\" id=\"flowchart-F-9\" transform=\"translate(1334.5234375, 45.5)\"><rect class=\"basic label-container\" style=\"\" x=\"-127.4609375\" y=\"-26.25\" width=\"254.921875\" height=\"52.5\"><\/rect><g class=\"label\" style=\"\" transform=\"translate(-97.4609375, -11.25)\"><rect><\/rect><foreignObject width=\"194.921875\" height=\"22.5\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"nodeLabel\"><p>Seek a technical explanation<\/p><\/span><\/div><\/foreignObject><\/g><\/g><g class=\"node default\" id=\"flowchart-G-11\" transform=\"translate(1641.984375, 45.5)\"><rect class=\"basic label-container\" style=\"\" x=\"-130\" y=\"-37.5\" width=\"260\" height=\"75\"><\/rect><g class=\"label\" style=\"\" transform=\"translate(-100, -22.5)\"><rect><\/rect><foreignObject width=\"200\" height=\"45\"><div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" style=\"display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;\"><span class=\"nodeLabel\"><p>Confirm with additional analysis<\/p><\/span><\/div><\/foreignObject><\/g><\/g><\/g><\/g><\/g><\/svg><figcaption>Scatter diagram workflow in a quality investigation<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How to Interpret the Main Patterns<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Interpretation starts with the shape of the point cloud, not with the desire to confirm the initial hypothesis.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Positive Association<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A positive association exists when higher values of X tend to appear with higher values of Y. In Engineering, this might occur between number of revisions and approval lead time, applied load and deformation within a given range, or number of open items and rework hours.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The narrower and more orderly the cloud around an increasing trend, the stronger the visual association appears. Even so, the chart does not prove causation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Negative Association<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A negative association exists when an increase in X tends to accompany a decrease in Y. One possible example would be increased inspection coverage and fewer escaped defects, provided the variables have been defined and measured consistently.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Again, a third variable may explain both. Supplier maturity, for example, may simultaneously increase inspection discipline and reduce the number of defects.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">No Apparent Relationship<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A cloud with no visible direction suggests that the relationship between the variables is weak, nonexistent, masked, or poorly specified.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This does not automatically mean that \u201cX does not influence Y.\u201d Several possibilities should be evaluated:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>the range of X is too narrow;<\/li><li>different populations are mixed;<\/li><li>measurement error is significant;<\/li><li>there is a time lag between cause and effect;<\/li><li>the relationship is nonlinear;<\/li><li>the response variable is influenced by several factors simultaneously.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">NIST specifically notes that the chart can help evaluate linear and nonlinear relationships, changes in variability, and outliers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Nonlinear Relationship<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Not every physical or operational phenomenon follows a straight line. There may be an optimum range, saturation, a threshold, or curved behavior.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Equipment may operate stably up to a certain temperature and show a sharp increase in failures above a limit. If the analysis looks only for linear correlation, this pattern may be underestimated.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Clusters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Two or more groups of points often indicate that the data belong to different conditions. In Engineering, causes may include:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>different suppliers;<\/li><li>different equipment families;<\/li><li>different teams or disciplines;<\/li><li>different project phases;<\/li><li>different operating environments;<\/li><li>different versions of a procedure.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The next step is not to calculate a single trend immediately across all points. First, stratify the data and understand why the groups exist.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Outliers<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A point far from the cloud deserves analysis. It may be a data-entry error, measurement error, exceptional condition, or technically relevant occurrence.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Removing a point merely because it \u201cspoils the trend\u201d is incorrect practice. The decision should be documented and technically justified.<\/p>\n\n\n\n\n<div class=\"wp-block-a3a-destaque\"><p class=\"wp-block-paragraph\"><strong>When a hypothesis appears plausible, the next step is to turn it into evidence.<\/strong> In Engineering processes, a relationship between variables has decision value only when the data are comparable, traceable, and analyzed within the technical context.<\/p><p><a href=\"https:\/\/a3aengenharia.com.br\/servicos\/levantamento-e-diagnostico\/diagnostico-otimizacao-processos-engenharia\/\">Learn about Engineering Process Diagnosis and Optimization<\/a><\/p><\/div>\n\n\n\n\n<h2 class=\"wp-block-heading\">Correlation Is Not Causation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the main caution when using a scatter diagram. Two variables may move together without one causing the other.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are at least four different situations:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>X influences Y;<\/li><li>Y influences X;<\/li><li>a third variable influences both X and Y;<\/li><li>the observed relationship occurred by chance or because of bias in the data.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">For example, a team may observe that projects with more meetings have more delays. It would be incorrect to conclude that meetings cause delays. More complex projects may require more meetings and, at the same time, have a higher risk of delay. Complexity would be a confounding variable.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In root cause investigation, the scatter diagram should be used to <strong>test the plausibility of relationships<\/strong>, not to close the investigation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How to Strengthen a Causal Hypothesis<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A hypothesis becomes stronger when different types of evidence converge:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>a plausible technical mechanism exists;<\/li><li>the temporal sequence makes sense;<\/li><li>the data show a consistent association;<\/li><li>the relationship remains after stratifying relevant factors;<\/li><li>controlled interventions or changes produce a compatible effect;<\/li><li>competing hypotheses have been examined.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This logic connects the scatter diagram to <a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/analise-causa-raiz-rca-metodologia-tecnicas-falhas-engenharia\/\">Root Cause Analysis \u2014 RCA<\/a> and the article on <a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/5-porques-engenharia-causa-raiz\/\">5 Whys in Engineering<\/a>: the chart helps qualify evidence, while the complete investigation must explain the mechanism and demonstrate that the cause is consistent with the facts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Build a Scatter Diagram Correctly<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Drawing the chart is simple. The difficult work lies in defining the data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Formulate a Technical Question<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Start with a specific question, for example: \u201cis the number of review comments associated with time to approval?\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Vague questions such as \u201cwhy is the process performing poorly?\u201d do not define two observable variables.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Define the Variables<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Each variable should have a clear unit, measurement criterion, and data source.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the previous example:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>X: number of technical comments recorded in the first review round;<\/li><li>Y: calendar days from first issue to approval.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If \u201ccomment\u201d includes editorial observations in some documents and only technical deviations in others, the data become inconsistent.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Ensure Proper Pairing<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Each X must correspond to the Y from the same unit of analysis. Do not mix monthly averages of one variable with individual values of another without justification.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Obtain an Adequate Amount and Range of Data<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Too few points make the reading unstable. A very narrow range of X can hide an existing relationship. The appropriate sample size depends on variability, context, and the decision to be made.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Plot and Identify Units<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The axes should show the variable names and units. The chart should be understandable without relying on oral explanation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">6. Look for Patterns Before Calculating Metrics<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Assess direction, shape, clusters, outliers, and changes in dispersion. The chart is an exploratory tool.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">7. Stratify When Necessary<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If there are different populations, separate them by supplier, discipline, equipment, phase, or another technically relevant dimension.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">8. Complement with Statistics When the Decision Requires It<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Correlation, regression, confidence intervals, and hypothesis tests may be necessary when the decision has greater consequences. The scatter diagram guides this stage but does not replace it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Scatter Diagram vs. Correlation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The concepts are related but different.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Aspect<\/td><td>Scatter diagram<\/td><td>Correlation coefficient<\/td><\/tr><tr><td>Nature<\/td><td>Visual<\/td><td>Numerical<\/td><\/tr><tr><td>Shows nonlinearity<\/td><td>Yes<\/td><td>May not represent it well<\/td><\/tr><tr><td>Shows outliers<\/td><td>Yes<\/td><td>Not directly<\/td><\/tr><tr><td>Shows clusters<\/td><td>Yes<\/td><td>May hide them<\/td><\/tr><tr><td>Summarizes linear strength\/direction<\/td><td>Visually<\/td><td>Yes<\/td><\/tr><tr><td>Proves causation<\/td><td>No<\/td><td>No<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Mature practice uses both in a complementary way. Calculating a single coefficient without looking at the chart may hide two groups, a dominant outlier, or a curved relationship.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Scatter Diagram vs. Histogram<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A <a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/histograma-qualidade-engenharia-distribuicao-variabilidade\/\">histogram in quality<\/a> answers how <strong>one variable<\/strong> is distributed. A scatter diagram analyzes how <strong>two variables<\/strong> behave together.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If the question is \u201chow is document approval time distributed?\u201d, use a histogram. If the question is \u201cdoes approval time increase as the number of comments increases?\u201d, use a scatter diagram.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Both charts can be used in the same investigation because they answer different questions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Scatter Diagram vs. Control Chart<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A <a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/carta-controle-engenharia-variacao-processo\/\">control chart<\/a> tracks one variable over time or production sequence and looks for signals of special causes. A scatter diagram relates two variables.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In some cases, the tools connect. If a control chart shows instability, the team can investigate factors associated with the variation using scatter diagrams. If the process shows autocorrelation, the temporal structure of the data must also be considered before interpreting simple relationships.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Application in Engineering Projects<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In projects, data usually do not have the repetitiveness of a production line. This does not prevent use of the tool, but it requires care with the unit of analysis.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Possible pairs include:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Variable X<\/td><td>Variable Y<\/td><td>Possible question<\/td><\/tr><tr><td>number of interfaces<\/td><td>approval time<\/td><td>do interfaces increase lead time?<\/td><\/tr><tr><td>number of comments<\/td><td>rework hours<\/td><td>are comments associated with correction effort?<\/td><\/tr><tr><td>percentage of incomplete requirements<\/td><td>issued revisions<\/td><td>does insufficient definition increase reissuance?<\/td><\/tr><tr><td>delay in input data<\/td><td>delivery delay<\/td><td>do late dependencies propagate delay?<\/td><\/tr><tr><td>number of disciplines<\/td><td>number of clashes<\/td><td>does complexity increase detected conflicts?<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The main risk is mixing incomparable projects. A simple single-discipline document and a critical multidisciplinary package may belong to different populations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Application in Construction and QA\/QC<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In construction, inspections, and quality control, the diagram can relate execution conditions to measured results.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>ambient temperature \u00d7 test result;<\/li><li>curing time \u00d7 achieved strength;<\/li><li>humidity \u00d7 observed defects;<\/li><li>team experience \u00d7 rework rate;<\/li><li>number of inspections \u00d7 escaped deviations;<\/li><li>inspection delay \u00d7 volume of subsequent corrections.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The analysis must respect physics, the construction process, specifications, measurement method, and traceability. A visually convincing chart does not replace normative criteria or Engineering judgment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Use with Inspection and Nonconformities<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A <a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/folha-verificacao-engenharia-qualidade-coleta-dados\/\">check sheet<\/a> can be used to collect occurrences consistently. Pareto helps prioritize categories. Ishikawa organizes hypotheses. The scatter diagram tests specific quantitative relationships.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This sequence is more robust than jumping directly from a perception to a corrective action.<\/p>\n\n\n\n\n<div class=\"wp-block-a3a-destaque\"><p class=\"wp-block-paragraph\"><strong>Quality is not controlled merely by recording deviations.<\/strong> Investigation must connect occurrences, potential causes, field data, and acceptance criteria to distinguish perception from evidence and avoid weak corrective actions.<\/p><p><a href=\"https:\/\/a3aengenharia.com.br\/solucoes\/gestao-e-governanca-de-engenharia\/gestao-requisitos-evidencias-criterios-aceite\/\">See Requirements, Evidence, and Acceptance Criteria Management<\/a><\/p><\/div>\n\n\n\n\n<h2 class=\"wp-block-heading\">Application in Operations and Maintenance<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In asset operations, the tool can help investigate relationships between condition and performance:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>temperature \u00d7 failure rate;<\/li><li>vibration \u00d7 efficiency loss;<\/li><li>load \u00d7 heating;<\/li><li>operating hours \u00d7 degradation;<\/li><li>maintenance frequency \u00d7 unavailability;<\/li><li>contaminant \u00d7 component service life.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Time lags must be considered. A condition observed today may influence failures weeks later. Pairing measurements from the same instant may fail to capture the actual mechanism.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Avoid Misinterpretation<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Confusing Correlation with Cause<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is the best-known mistake. A relationship is a clue, not proof.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Ignoring Physics or the Process<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A pattern must be technically explainable. Statistics without a mechanism can produce weak decisions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using Aggregated Averages<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Averages can hide internal variation. Whenever possible, preserve the granularity required by the question.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Mixing Populations<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Supplier, shift, discipline, environment, or process version may form distinct groups.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Removing Outliers Without Investigation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An outlier may be precisely the event that reveals a special condition.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Forcing a Linear Relationship<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Curves, thresholds, and saturation are common in technical systems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Choosing Variables After Looking at the Result<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Testing dozens of combinations until an \u201cinteresting\u201d relationship appears increases the risk of spurious conclusions. The question should originate from the problem and technical knowledge.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Use Scatter Diagrams in a Cause Investigation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A consistent approach can follow this sequence:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>define the problem and response metric;<\/li><li>organize potential causes using Ishikawa or another technique;<\/li><li>identify hypotheses that can be represented by measurable variables;<\/li><li>collect paired data using consistent criteria;<\/li><li>build the scatter diagrams;<\/li><li>discard unsupported hypotheses and deepen plausible ones;<\/li><li>apply additional statistical analysis when necessary;<\/li><li>confirm the causal mechanism with independent evidence;<\/li><li>define an action addressing the validated cause;<\/li><li>measure effectiveness after the intervention.<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">This sequence prevents the tool from being used merely as an illustration.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When a Scatter Diagram Is Not the Best Tool<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">It is not appropriate when:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>the variables are essentially categorical;<\/li><li>comparable pairs of data do not exist;<\/li><li>the process changed several times during the period and regimes were not separated;<\/li><li>the question concerns the distribution of a single variable;<\/li><li>the priority is to monitor temporal stability;<\/li><li>the hypothesis involves complex causal logic without a simple quantitative representation.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In these cases, other tools in the quality toolbox may answer the question better. The article <a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/ferramentas-da-qualidade-engenharia-quais-usar-combinar\/\">Quality Tools in Engineering<\/a> helps select the technique according to the question.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">From the Chart to an Engineering Decision<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The objective is not to produce an attractive chart, but to improve a decision.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A relevant relationship should lead to questions such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>is the mechanism technically plausible?<\/li><li>is the relationship strong enough to change a decision?<\/li><li>are there confounding variables?<\/li><li>does the same trend appear in different groups?<\/li><li>do we need regression or an additional experiment?<\/li><li>what action could change X and, if the hypothesis is causal, produce an effect on Y?<\/li><li>how would we verify the effectiveness of the intervention?<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This reasoning connects data analysis, quality, and continuous improvement.<\/p>\n\n\n\n\n<div class=\"wp-block-a3a-destaque\"><p class=\"wp-block-paragraph\"><strong>The value of analysis lies in the decision it improves.<\/strong> When multiple variables, areas, and causes must be evaluated together, a consulting approach helps structure the problem, select evidence, and turn findings into verifiable actions.<\/p><p><a href=\"https:\/\/a3aengenharia.com.br\/servicos\/servicos-transversais\/consultoria-tecnica\/\">Learn about Technical Engineering Consulting<\/a><\/p><\/div>\n\n\n\n\n<h2 class=\"wp-block-heading\">Final Considerations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The scatter diagram is a simple tool for an important question: do two variables appear to be related? In Engineering, its usefulness increases when the analysis begins with a technical hypothesis, uses reliable paired data, considers stratification, and avoids confusing association with causation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The chart should be treated as exploratory evidence. It can indicate where deeper analysis is warranted, reveal that a hypothesis is unsupported, show different groups, or expose nonlinear patterns. When integrated with RCA, DMAIC, SPC, and other quality tools, it helps replace intuitive decisions with data-based investigation.<\/p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Technical References<\/summary>\n<p class=\"wp-block-paragraph\">[1] AMERICAN SOCIETY FOR QUALITY. Scatter Diagram. Milwaukee: ASQ. Available at: <a href=\"https:\/\/asq.org\/quality-resources\/scatter-diagram\">https:\/\/asq.org\/quality-resources\/scatter-diagram<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[2] NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY. Engineering Statistics Handbook: Scatter Plot. Gaithersburg: NIST. Available at: <a href=\"https:\/\/www.itl.nist.gov\/div898\/handbook\/eda\/section3\/eda33q.htm\">https:\/\/www.itl.nist.gov\/div898\/handbook\/eda\/section3\/eda33q.htm<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">[3] AMERICAN SOCIETY FOR QUALITY. Quality Tools &amp; Templates. Milwaukee: ASQ. Available at: <a href=\"https:\/\/asq.org\/quality-resources\/quality-tools\">https:\/\/asq.org\/quality-resources\/quality-tools<\/a><\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Frequently Asked Questions<\/summary>\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-o-que-um-diagrama-de-dispers-o-0aa5af42\"><strong class=\"schema-faq-question\">What is a scatter diagram?<\/strong> <p class=\"schema-faq-answer\">It is an X-Y chart that represents pairs of numerical values to visually investigate whether two variables show association, patterns, clusters, nonlinearity, or outliers.<\/p><\/div><div class=\"schema-faq-section\" id=\"faq-question-diagrama-de-dispers-o-prova-causa-e-efeito-72bf1012\"><strong class=\"schema-faq-question\">Does a scatter diagram prove cause and effect?<\/strong> <p class=\"schema-faq-answer\">No. Association or correlation does not demonstrate causation. The hypothesis must be supported by a technical mechanism, temporal sequence, stratification, and other evidence.<\/p><\/div><div class=\"schema-faq-section\" id=\"faq-question-qual-a-diferen-a-entre-histograma-e-diagrama-de--bf137dc7\"><strong class=\"schema-faq-question\">What is the difference between a histogram and a scatter diagram?<\/strong> <p class=\"schema-faq-answer\">A histogram shows the distribution of one variable. A scatter diagram relates two variables through pairs of observations.<\/p><\/div><div class=\"schema-faq-section\" id=\"faq-question-quando-usar-diagrama-de-dispers-o-em-uma-an-lise-1179bc5a\"><strong class=\"schema-faq-question\">When should a scatter diagram be used in root cause analysis?<\/strong> <p class=\"schema-faq-answer\">When there is a causal hypothesis that can be represented by two measurable variables and reliable paired data are available to check whether the relationship has empirical support.<\/p><\/div><div class=\"schema-faq-section\" id=\"faq-question-o-que-significa-um-gr-fico-de-dispers-o-sem-padr-500dfe3a\"><strong class=\"schema-faq-question\">What does a scatter plot with no apparent pattern mean?<\/strong> <p class=\"schema-faq-answer\">It may indicate no relationship, a narrow data range, mixed populations, measurement error, a nonlinear relationship, or influence from other variables. Context must be analyzed before drawing a conclusion.<\/p><\/div><\/div>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Additional Technical Materials<\/summary>\n<h4 class=\"wp-block-heading\">Related Solutions<\/h4>\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/a3aengenharia.com.br\/solucoes\/gestao-e-governanca-de-engenharia\/gestao-processos-workflows-aprovacoes-tecnicas\/\">Process, Workflow, and Technical Approval Management<\/a><\/li><li><a href=\"https:\/\/a3aengenharia.com.br\/solucoes\/gestao-e-governanca-de-engenharia\/indicadores-dashboards-relatorios-executivos\/\">Indicators, Dashboards, and Executive Reports<\/a><\/li><\/ul>\n\n<h4 class=\"wp-block-heading\">Related Services<\/h4>\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/a3aengenharia.com.br\/servicos\/levantamento-e-diagnostico\/diagnostico-otimizacao-processos-engenharia\/\">Engineering Process Diagnosis and Optimization<\/a><\/li><li><a href=\"https:\/\/a3aengenharia.com.br\/servicos\/servicos-transversais\/consultoria-tecnica\/\">Technical Consulting<\/a><\/li><\/ul>\n\n<h4 class=\"wp-block-heading\">Key Content on the Topic<\/h4>\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/ferramentas-da-qualidade-engenharia-quais-usar-combinar\/\">Quality Tools in Engineering<\/a><\/li><li><a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/histograma-qualidade-engenharia-distribuicao-variabilidade\/\">Histogram in Quality<\/a><\/li><li><a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/controle-estatistico-processo-cep-engenharia\/\">Statistical Process Control \u2014 SPC<\/a><\/li><\/ul>\n\n<h4 class=\"wp-block-heading\">Related Technical Content<\/h4>\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/carta-controle-engenharia-variacao-processo\/\">Control Chart in Engineering<\/a><\/li><li><a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/dmaic-engenharia-melhoria-processos-dados\/\">DMAIC in Engineering<\/a><\/li><li><a href=\"https:\/\/a3aengenharia.com.br\/conteudo\/artigos-tecnicos\/analise-causa-raiz-rca-metodologia-tecnicas-falhas-engenharia\/\">Root Cause Analysis \u2014 RCA<\/a><\/li><\/ul>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to use a scatter diagram in quality to investigate relationships between variables, interpret patterns, and avoid confusing correlation with causation.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"template":"","meta":{"_a3a_global_related_solutions":[],"_a3a_global_related_services":[],"_a3a_global_related_materials":[],"_a3a_post_lang":"en-us","_a3a_translation_group_id":"fc6eba0e-3dd1-4d58-9ce8-15fb2db34c78","_a3a_i18n_canonical_slug":"scatter-diagram-quality-engineering-variable-relationships"},"categories":[],"segments":[],"mercados":[],"etapas":[],"class_list":["post-73838","articles","type-articles","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/articles\/73838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/articles"}],"about":[{"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/types\/articles"}],"author":[{"embeddable":true,"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":1,"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/articles\/73838\/revisions"}],"predecessor-version":[{"id":73840,"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/articles\/73838\/revisions\/73840"}],"wp:attachment":[{"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/media?parent=73838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/categories?post=73838"},{"taxonomy":"segments","embeddable":true,"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/segments?post=73838"},{"taxonomy":"mercados","embeddable":true,"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/mercados?post=73838"},{"taxonomy":"etapas","embeddable":true,"href":"https:\/\/a3aengenharia.com\/en-us\/wp-json\/wp\/v2\/etapas?post=73838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}