Skip to content

feat(seaborn): implement bar-basic#293

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

feat(seaborn): implement bar-basic#293
github-actions[bot] merged 1 commit intoplot/bar-basicfrom
auto/bar-basic/seaborn

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 6, 2025

Summary

Implements bar-basic for seaborn library.

Parent Issue: #202
Sub-Issue: #216
Base Branch: plot/bar-basic
Attempt: 1/3

Implementation

  • plots/seaborn/barplot/bar-basic/default.py

Changes

  • Simplified implementation following KISS style from plot-generator.md
  • Sequential script without functions, type hints, or docstrings
  • Uses seaborn barplot with hue parameter for seaborn 0.14+ API compatibility
  • Follows default-style-guide.md color palette (#306998, #FFD43B, #DC2626, #059669, #8B5CF6)
  • 16:9 aspect ratio figure (16, 9) for proper output dimensions
  • Y-axis grid for visual clarity

Simplified implementation following plot-generator.md guidelines:
- Sequential script without functions
- No type hints or docstrings
- Uses seaborn barplot with hue parameter for proper API
- Follows default-style-guide.md color palette
- 16:9 aspect ratio figure size
@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 264d428 into plot/bar-basic Dec 6, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/bar-basic/seaborn branch December 6, 2025 23:33
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