methodatlas
RunsheetOperations

Scatter Diagram

ComplexityLow
Time30-90 min
Participants1-4
FormatWorkshop + async
MaturityCanonical
01

Prerequisite

What needs to be finished first

Complete firstFishbone Diagram

A hypothesis about a suspected cause and effect with two measurable variables exists, ideally from a Fishbone analysis or a 5 Whys chain.

Without: Without a clear hypothesis, the diagram becomes data fishing, and every discovered correlation looks meaningful without a validation basis.
02

Preparation

What needs to be ready before start

Materials

Spreadsheet or statistics tool (Excel, Google Sheets, R, Python with pandas/matplotlib, JMP); dataset with paired values; timestamp per measurement; optional Pareto tool for comparison.

People / roles

One analyst who prepares and visualizes data; one domain expert who interprets context and anomalies; one data-source owner for data-quality questions.

Pre-read

Hypothesis as a sentence ("we suspect that X influences Y"); definition of variables with units; measurement interval and collection period; known confounders; minimum data volume (30+ pairs).

Time needed

30-90 min for creation, plus data preparation

Setup

Data in two columns: X (cause), Y (effect). Timestamp as third column. Tool open. Hypothesis visible at the top of the sheet.

03

Core question

The one question this method answers

Do the paired data show a pattern that supports, contradicts or leaves open the suspected cause-effect hypothesis?

04

Flow

Marker: Phase

StepDurationActionHint
1Phase 1: Sharpen hypothesis and variables
10 minFormulate hypothesis as an if-then sentence with concrete variables and units. Record expected direction (positive, negative). Define at least 30 data pairs as the threshold.If the hypothesis mixes several variables ("bad weather makes employees tired"), specify one variable per pair. Otherwise the diagram cannot be interpreted.
2Phase 2: Collect or prepare data
Variable, often 30-60 minExtract or collect the dataset. Ensure clean pairing (same time, same context). Check data quality: outliers, missing values, collection conditions.Data context must be documented: who measured when, under which conditions. Without context, outliers will later be misinterpreted.
3Phase 3: Create plot
15-20 minScatter plot with X = cause, Y = effect. Axis labels with units. Optionally color points by time or context. Trendline optional (use cautiously).Trendlines often suggest more certainty than the data supports. First show the plot without a line, add the line only as a second layer if correlation is strong.
4Phase 4: Describe pattern
20-30 minSystematically review patterns: positive trend, negative trend, clusters, outliers, no pattern, U-shape. Calculate correlation coefficient (Pearson, Spearman), but do not overinterpret.Correlation 0.3 is not "light evidence", it is often noise. Speak of a robust relationship only from around 0.7, and even then only in context of sample size.
5Phase 5: Interpretation and next step
15-20 minClassify result as hypothesis supported, contradicted or open. Discuss confounders. Derive action or further analysis (for example controlled experiment, Pareto, regression).Correlation is not causation. Before deriving measures, plan at least a controlled test or check stratification, otherwise symptoms get treated as causes.
05

Artifact

What comes out at the end

Form

PNG or PDF export of the plot with axis labels, correlation coefficient, sample size and collection period; plus Markdown note with hypothesis, observation, confounders and next step.

Versioning / ownership

Date, data source and collection period in the header. Save follow-up analyses with newer data as a new plot in the same repo. Archive raw data as CSV with the plot, not only the image.

Tool alternatives
  • Excel or Google Sheets with scatter chart
  • Python (pandas + matplotlib/seaborn)
  • R with ggplot2
  • JMP or Minitab for quality analysis

scatter-diagram-working-template.md

Compact working template for Scatter Diagram with context, input, output artifacts, and next step.

Scatter Diagram Canvas

Context

What is this method used for?

Core question

Which question should be answered at the end?

Input

Which data, observations, or materials are available?

Working area

  • Area 1:
  • Area 2:
  • Area 3:
  • Relationships / patterns:

Output artifacts

  • Scatter plot:
  • Correlation note:
  • Hypothesis list:

Open questions

  • ...

Next step

Owner, date, success signal.

06

Example output

Concrete filled scenario, fictional example

scatter-diagram-beispiel.md

Concrete filled scenario, fictional example

Scatter Diagram — Correlation between room temperature and typo rate in service center (2026-05-18)

Hypothesis: If room temperature rises above 25°C, then the typo rate in incoming tickets increases.

Data: 124 shifts between 2026-03-01 and 2026-04-30. Source: office weather station + ticket system.

Variables: X = average temperature per shift (°C). Y = typos per 100 tickets.

Plot: Point cloud shows weak positive trend up to 24°C, strongly positive above 26°C. Pearson r = 0.62 (n=124). Spearman ρ = 0.71.

Clusters: Clearly higher variance above 26°C. Three outliers at 22°C (sickness wave).

Interpretation: Hypothesis supported for range above 26°C. Confounders: shift staffing, weekday, sick leave. Correlation is not causation.

Next step: Pilot with air conditioning in two rooms over 4 weeks, A/B comparison of typo rate. Owner @lisa, start 2026-06-01.

07

Pitfalls

Recognize symptoms and steer against them

Trap

Too few data points

Symptom

Plot with 12 points shows apparent trend, every sample adjustment changes the picture.

What to do

Use at least 30 pairs as threshold. With fewer, make no correlation claim. Instead extend collection period or broaden source.

Trap

Correlation sold as causation

Symptom

Stakeholders derive measures directly ("lowering temperature lowers typos") without checking confounders.

What to do

Before recommending measures, at least discuss confounders and plan a controlled experiment. Explicitly mark reports with "correlation, not proven causation".

Trap

Outliers without context

Symptom

Three extreme points are included, correlation flips, nobody knows why these points differ.

What to do

Research context for each outlier (weather, special event, defect). If cause can be clarified, report separately or exclude. Document rationale.

Trap

Data quality not checked

Symptom

Data contain typos, wrong units or time offset, plot is distorted.

What to do

Data check before plot: min/max plausible, duplicates, missing values. Review anomalies with the source owner.

Trap

Linear assumption with non-linear data

Symptom

Correlation coefficient r is low, although plot shows a clear U-shape.

What to do

Interpret plot visually before Pearson r. For non-linear patterns, use Spearman ρ and polynomial fit, or stratify into ranges.

08

Stop criteria

Done signals checkable in under a minute

Fewer than 30 paired data points available, explanatory power is missing.
Variables are not measurable or not clearly defined, data pairs cannot be created.
Hypothesis is multivariate and cannot be reduced to two variables.
Data source is not reliable or collection conditions vary strongly, data are not comparable.
Clear causal chain already exists from other sources (for example experiment), scatter would be redundant.
Measure will be implemented anyway, analysis would have no decision value.

Finished the runsheet?

Go to the profile for purpose, similar methods, and sources or continue to the next method in the catalog.