Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions plots/cat-box-strip/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,17 @@ A combined visualization that overlays individual data points (strip plot) on to

## Data

The visualization requires:
- **Categorical variable**: Groups/categories
- **Numeric variable**: Values to analyze

Example structure:
- `category` (categorical) - Groups or categories to compare
- `value` (numeric) - Numeric values to analyze
- Size: 50-500+ points (larger samples better reveal distribution shape)
- Example:
```
Category | Value
---------|-------
A | 45.2
A | 52.1
B | 38.7
B | 41.3
...
```

## Notes
Expand Down
4 changes: 2 additions & 2 deletions plots/cat-box-strip/specification.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
spec_id: cat-box-strip
title: Box Plot with Strip Overlay
created: '2025-12-30T12:00:00Z'
updated: '2025-12-30T12:00:00Z'
updated: '2026-05-13T05:24:55Z'
issue: 2695
suggested: claude-code
tags:
plot_type: [box, strip, combined]
plot_type: [box, strip]
domain: [statistics]
features: [overlay, distribution, quartiles]
data_type: [categorical, numeric]
Loading