Skip to content

Commit 8385f2b

Browse files
claude[bot]github-actions[bot]claude
authored
chore(spec): auto-polish cat-box-strip (#6522)
Automated spec polish from `daily-regen` pre-flight. **Spec:** `cat-box-strip` ## What changed - Removed `combined` from `plot_type` (not in canonical vocabulary; belongs in features or as individual types) - Reformatted Data section to match template structure with field definitions and size guidance ## Why - `combined` is listed in the canonical features vocabulary (Layout category), not plot_type. The plot_type dimension is canonical; out-of-vocab tags must be removed. - Data section now includes formal column definitions with types and recommended data size, matching the canonical template structure. ## Hard guarantees from the prompt - `id`, `issue`, `created` unchanged - No semantic changes (data shape, plot type, requirements identical) - `updated` bumped to current UTC Auto-merge enabled — will merge once required checks pass. The skip-gate in `daily-regen` prevents stacking polish PRs for this spec. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent a3227d2 commit 8385f2b

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)