Skip to content

feat(plotly): implement box-basic#367

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

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

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 7, 2025

Summary

Implements box-basic for plotly library.

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

Implementation

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

Changes

  • Simplified implementation following KISS principles (no functions, no classes)
  • Uses go.Box traces with style guide colors
  • Displays outliers as individual points
  • Clean layout with plotly_white template
  • Proper font sizes scaled for 4800x2700px output

Implements basic box plot for plotly library following KISS principles.
Uses go.Box traces with colors from style guide.

- 4 groups with normal distributions
- Outlier display enabled
- Clean plotly_white template
- 4800x2700px output (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 6a769bb into plot/box-basic Dec 7, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/box-basic/plotly branch December 7, 2025 00:55
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