Commit ded4d0e
feat(pygal): implement box-basic (#501)
## Summary
Implements `box-basic` for **pygal** library.
**Parent Issue:** #204
**Sub-Issue:** #461
**Base Branch:** `plot/box-basic`
**Attempt:** 1/3
## Implementation
- `plots/pygal/box/box-basic/default.py`
## Details
- Uses `pygal.Box()` to create box-and-whisker plots
- Compares statistical distributions across 4 groups (A, B, C, D)
- Each group has 50 data points with different means and standard
deviations
- Output size: 4800 × 2700 px (16:9 aspect ratio)
- Custom styling using project color palette (#306998, #FFD43B, #DC2626,
#059669, #8B5CF6, #F97316)
- Shows quartiles, whiskers, and outliers for each group
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 38d2bd6 commit ded4d0e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments