feat(seaborn): implement waffle-basic#9948
Conversation
Regen from quality 85. Addressed: - Canvas contract violation: previous figsize=(16,16) with no explicit creation dpi + bbox_inches="tight" (forbidden by the seaborn library prompt) drifted off the 2400x2400 square target. Switched to figsize=(6,6), dpi=400, manual axes placement (fig.add_axes) instead of tight_layout/bbox_inches="tight" so the canvas lands exactly on 2400x2400. - Change request: household-budget domain matched plotnine's example almost exactly (Housing/Food/Transport). Replaced with a customer satisfaction survey (Very Satisfied ... Very Dissatisfied), matching the spec's "survey results and polling data" application. - DE-01/DE-02 (aesthetic sophistication / visual refinement): removed all four spines via sns.despine for a clean floating grid, added a caption spelling out the waffle-chart metaphor. - LM-02 (distinctive seaborn features): themed via sns.set_theme(rc=...) per the library prompt's theme-adaptive chrome mapping instead of manual axes styling. - Corrected stale "okabe_ito" variable naming — the palette was already Imprint, not Okabe-Ito; renamed to IMPRINT_PALETTE. Kept: 10x10 grid construction, Imprint palette with brand green first, theme-adaptive chrome, legend with category + percentage labels.
AI Review - Attempt 1/3Image Description
Score: 89/100
Visual Quality (29/30)
Design Excellence (15/20)
Spec Compliance (13/15)
Data Quality (15/15)
Code Quality (10/10)
Library Mastery (7/10)
Score Caps Applied
Strengths
Weaknesses
Issues Found
AI Feedback for Next Attempt
Verdict: REJECTED |
Attempt 1/4 - fixes based on AI review
🔧 Repair Attempt 1/4Applied fixes based on AI review feedback. Status: Repair completed, re-triggering review... |
🔧 AI Review Produced No Score — Auto-RetryingThe Claude Code Action ran but didn't write |
❌ AI Review Failed (auto-retry exhausted)The AI review action completed but did not produce valid output files. Auto-retry already tried once. What happened:
Manual rerun: |
❌ AI Review Failed (auto-retry exhausted)The AI review action completed but did not produce valid output files. Auto-retry already tried once. What happened:
Manual rerun: |
Implementation:
waffle-basic- python/seabornImplements the python/seaborn version of
waffle-basic.File:
plots/waffle-basic/implementations/python/seaborn.pyParent Issue: #998
🤖 impl-generate workflow