Skip to content

feat(plotnine): implement box-basic#292

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

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

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 6, 2025

Summary

Implements box-basic for plotnine library.

Parent Issue: #203
Sub-Issue: #249
Base Branch: plot/box-basic
Attempt: 1/3

Implementation

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

Details

  • KISS-style implementation following project guidelines
  • Uses style guide colors for the 4 groups
  • 16:9 aspect ratio (16 x 9 inches at 300 DPI = 4800 x 2700 px)
  • Proper font sizing per style guide (title: 20pt, axis labels: 20pt, tick labels: 16pt)
  • Legend hidden since group colors are distinguished by x-axis labels

KISS-style implementation of basic box plot using plotnine:
- Four groups with different distributions
- Style guide colors (#306998, #FFD43B, #DC2626, #059669)
- 16:9 aspect ratio with proper font sizing
- No legend (colors distinguish groups on x-axis)
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 6, 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.

@github-actions github-actions bot added the ai-review-failed AI review action failed or timed out label Dec 6, 2025
@claude claude bot added the ai-approved Quality OK, ready for merge label Dec 6, 2025
@github-actions github-actions bot merged commit 75c933a into plot/box-basic Dec 6, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/box-basic/plotnine branch December 6, 2025 23:32
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 ai-review-failed AI review action failed or timed out

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants