Skip to content

Commit 06dc9be

Browse files
chore(spec): auto-polish cat-box-strip
Fix canonical plot-type vocabulary and reformat data section. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a3227d2 commit 06dc9be

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

plots/cat-box-strip/specification.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,17 @@ A combined visualization that overlays individual data points (strip plot) on to
1313

1414
## Data
1515

16-
The visualization requires:
17-
- **Categorical variable**: Groups/categories
18-
- **Numeric variable**: Values to analyze
19-
20-
Example structure:
16+
- `category` (categorical) - Groups or categories to compare
17+
- `value` (numeric) - Numeric values to analyze
18+
- Size: 50-500+ points (larger samples better reveal distribution shape)
19+
- Example:
2120
```
2221
Category | Value
2322
---------|-------
2423
A | 45.2
2524
A | 52.1
2625
B | 38.7
2726
B | 41.3
28-
...
2927
```
3028

3129
## Notes
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
spec_id: cat-box-strip
22
title: Box Plot with Strip Overlay
33
created: '2025-12-30T12:00:00Z'
4-
updated: '2025-12-30T12:00:00Z'
4+
updated: '2026-05-13T05:24:55Z'
55
issue: 2695
66
suggested: claude-code
77
tags:
8-
plot_type: [box, strip, combined]
8+
plot_type: [box, strip]
99
domain: [statistics]
1010
features: [overlay, distribution, quartiles]
1111
data_type: [categorical, numeric]

0 commit comments

Comments
 (0)