File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
2221Category | Value
2322---------|-------
2423A | 45.2
2524A | 52.1
2625B | 38.7
2726B | 41.3
28- ...
2927```
3028
3129## Notes
Original file line number Diff line number Diff line change 11spec_id : cat-box-strip
22title : Box Plot with Strip Overlay
33created : ' 2025-12-30T12:00:00Z'
4- updated : ' 2025-12-30T12:00:00Z '
4+ updated : ' 2026-05-13T05:24:55Z '
55issue : 2695
66suggested : claude-code
77tags :
8- plot_type : [box, strip, combined ]
8+ plot_type : [box, strip]
99 domain : [statistics]
1010 features : [overlay, distribution, quartiles]
1111 data_type : [categorical, numeric]
You can’t perform that action at this time.
0 commit comments