Skip to content

feat(matplotlib): implement area-basic#526

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

feat(matplotlib): implement area-basic#526
github-actions[bot] merged 1 commit intoplot/area-basicfrom
auto/area-basic/matplotlib

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 7, 2025

Summary

Implements area-basic for matplotlib library.

Parent Issue: #514
Sub-Issue: #515
Base Branch: plot/area-basic
Attempt: 1/3

Implementation

  • plots/matplotlib/fill_between/area-basic/default.py

The implementation uses fill_between to create a filled area chart with:

  • Monthly sales data as specified in the spec
  • Python Blue (#306998) color from the style guide
  • Proper axis labels and title matching spec name
  • Y-axis starting from 0 for accurate area representation
  • Grid with subtle styling

Closes #515

Update matplotlib implementation for area-basic spec:
- Use title matching spec name "Basic Area Chart"
- Area chart using fill_between with Python Blue color
- Monthly sales data from spec
- Y-axis starting from 0 for accurate area representation

Closes #515
@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 6d10f21 into plot/area-basic Dec 7, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/area-basic/matplotlib branch December 7, 2025 21: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants