Skip to content

feat(pygal): implement box-basic#311

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

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

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 6, 2025

Summary

Implements box-basic for pygal library.

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

Implementation

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

Changes

  • Simplified implementation to follow KISS principle (no functions, no classes)
  • Uses project color palette (#306998, #FFD43B, #DC2626, #059669, #8B5CF6, #F97316)
  • Set dimensions to 4800x2700 px as per style guide
  • Increased font sizes for readability at target resolution
  • Legend placed at bottom
  • Clean, sequential code structure following matplotlib gallery example style

Simplify box plot implementation to follow KISS principle:
- Remove functions/classes, use sequential code
- Use project color palette
- Set dimensions to 4800x2700 as per style guide
- Increase font sizes for readability at target resolution
@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 3f907d2 into plot/box-basic Dec 6, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/box-basic/pygal branch December 6, 2025 23:31
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