Commit 7c4e4f0
feat(bokeh): implement scatter-basic (#366)
## Summary
Implements `scatter-basic` for **bokeh** library.
**Parent Issue:** #207
**Sub-Issue:** #255
**Base Branch:** `plot/scatter-basic`
**Attempt:** 2/3
## Implementation
- `plots/bokeh/scatter/scatter-basic/default.py`
## Details
- Uses `bokeh.plotting.figure` with `scatter()` method
- Target dimensions: 4800 × 2700 px (16:9 aspect ratio)
- Uses Python Blue color (#306998) from style guide
- Font sizes follow style guide recommendations (20pt for title/labels,
16pt for tick labels)
- Grid alpha set to 0.3 for subtle grid lines
- Exports as PNG using `export_png()`
## 1 parent b8c6137 commit 7c4e4f0
2 files changed
Lines changed: 1562 additions & 1524 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments