Skip to content

feat(letsplot): implement box-basic#458

Merged
github-actions[bot] merged 1 commit intoplot/box-basicfrom
auto/box-basic/letsplot
Dec 7, 2025
Merged

feat(letsplot): implement box-basic#458
github-actions[bot] merged 1 commit intoplot/box-basicfrom
auto/box-basic/letsplot

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 7, 2025

Summary

Implements box-basic for letsplot library.

Parent Issue: #204
Sub-Issue: #335
Base Branch: plot/box-basic
Attempt: 1/3

Implementation

  • plots/letsplot/boxplot/box-basic/default.py

Details

  • Uses geom_boxplot() for box-and-whisker visualization
  • Four groups (A, B, C, D) with different normal distributions
  • Color palette from style guide (#306998, #FFD43B, #DC2626, #059669)
  • Legend hidden since groups are labeled on x-axis
  • Output size: 4800x2700 px (via ggsize(1600, 900) with scale=3)

Implements basic box plot for letsplot library with:
- Four groups (A, B, C, D) with different distributions
- Color palette from style guide
- Hidden legend since groups are labeled on x-axis
- 4800x2700 output size (scale=3)
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 7, 2025

✅ Plot Tests Passed

Python 3.13 (required): passed

Compatibility: 3.12 3.13

Note: Only Python 3.13 is required to pass. Python 3.12 is tested for compatibility.

@claude claude bot added the ai-approved Quality OK, ready for merge label Dec 7, 2025
@github-actions github-actions bot merged commit 5a4f37e into plot/box-basic Dec 7, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/box-basic/letsplot branch December 7, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-approved Quality OK, ready for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants