A paired scatter plot connects repeated observations from the same subject, making individual direction and group-level change visible at the same time.
Prepare a directly mappable table
Use repeated or matched measurements in which the same subjects, samples, or units are observed under two or more conditions.
Prepare a long table with one subject-ID column, one condition column, and one numeric measurement column. Each row is one observation.
Practice data · long-table structure
subject_id
condition
sleep_hours
01
Drug 1
0.7
01
Drug 2
1.9
02
Drug 1
-0.2
02
Drug 2
1.1
03
Drug 1
-1.6
03
Drug 2
0.8
04
Drug 1
-1.2
04
Drug 2
0.1
Create a paired scatter plot
Use a long table to tell SmartPlot which observations belong to the same subject, which condition each observation belongs to, and which value should be plotted.
Step 1
Open the workflow
Choose Plot → Paired Before–After Plot and use the full table or current selection.