Commit 7115cc1
feat(matplotlib): implement histogram-basic (#486)
## Summary
Implements `histogram-basic` for **matplotlib** library.
**Parent Issue:** #206
**Sub-Issue:** #483
**Base Branch:** `plot/histogram-basic`
**Attempt:** 1/3
## Implementation
- `plots/matplotlib/hist/histogram-basic/default.py`
## Details
- Uses `ax.hist()` with 30 bins for distribution visualization
- Follows style guide: 4800 x 2700 px image size
- Uses Python Blue (#306998) as the primary color
- Includes proper axis labels, title, and subtle y-axis grid
- Data: 500 normally distributed values (mean=100, std=15)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Markus Neusinger <2921697+MarkusNeusinger@users.noreply.github.com>1 parent d08bd6e commit 7115cc1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments