Skip to content

Commit ded4d0e

Browse files
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

File tree

plots/pygal/box/box-basic/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
chart = pygal.Box(
3434
width=4800,
3535
height=2700,
36-
title="Basic Box Plot",
36+
title="Distribution Comparison by Group",
3737
x_title="Group",
3838
y_title="Value",
3939
style=custom_style,

0 commit comments

Comments
 (0)