Commit 405c694
feat(matplotlib): implement histogram-basic (#477)
## Summary
Implements `histogram-basic` for **matplotlib** library.
**Parent Issue:** #206
**Sub-Issue:** #323
**Base Branch:** `plot/histogram-basic`
**Attempt:** 1/3
## Implementation
- `plots/matplotlib/hist/histogram-basic/default.py`
## Changes
- Uses pandas DataFrame structure as specified in the spec
- Follows the style guide: Python Blue (#306998), 16x9 aspect ratio
- Font sizes: 20pt for labels/title, 16pt for tick labels
- Y-axis grid with 0.3 alpha for readability
- Simple sequential code (no functions) per plot-generator rules
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 4882920 commit 405c694
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments