Commit 54689e5
feat(altair): implement scatter-basic (#500)
## Summary
Implements `scatter-basic` for **altair** library.
- Basic scatter plot with 100 random data points showing correlation
- Uses Python Blue (#306998) from style guide
- Configured for 4800x2700px output (1600x900 with scale_factor=3)
- Includes tooltips for interactivity
- Proper axis labels, title, and font sizing
**Parent Issue:** #207
**Sub-Issue:** #441
**Base Branch:** `plot/scatter-basic`
**Attempt:** 1/3
## Implementation
- `plots/altair/point/scatter-basic/default.py`
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 7c4e4f0 commit 54689e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments