Commit 1565d81
feat(letsplot): implement scatter-basic (#465)
## Summary
Implements `scatter-basic` for **letsplot** library.
**Parent Issue:** #207
**Sub-Issue:** #410
**Base Branch:** `plot/scatter-basic`
**Attempt:** 2/3
## Implementation
- `plots/letsplot/point/scatter-basic/default.py`
## Features
- Uses lets-plot ggplot2-style grammar of graphics
- Python Blue (#306998) color for data points
- Proper sizing (4800x2700px via scale=3)
- theme_minimal() with custom font sizes for readability
- Follows all quality criteria and style guide requirements
## Note
Previous PR #449 was closed due to transient GitHub Actions
infrastructure timeout (unrelated to code).
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 8810721 commit 1565d81
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments