Commit 4882920
feat(plotly): implement histogram-basic (#466)
## Summary
Implements `histogram-basic` for **plotly** library.
**Parent Issue:** #206
**Sub-Issue:** #426
**Base Branch:** `plot/histogram-basic`
**Attempt:** 1/3
## Implementation
- `plots/plotly/histogram/histogram-basic/default.py`
## Features
- Basic histogram visualization using `go.Histogram`
- Sample data: 500 values from normal distribution (mean=100, std=15)
- Python Blue color palette (#306998) with white bar outlines
- Proper typography for 4800x2700 output (40pt titles, 32pt labels)
- Clean `plotly_white` template with subtle grid styling
- 5% bar gap for visual clarity
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 99c4fc5 commit 4882920
1 file changed
Lines changed: 7 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 16 | + | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
25 | | - | |
26 | | - | |
| 21 | + | |
| 22 | + | |
27 | 23 | | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
0 commit comments