Commit 6d10f21
feat(matplotlib): implement area-basic (#526)
## 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
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 8c667ff commit 6d10f21
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments