Commit 13e600c
feat(letsplot): implement line-basic (#460)
## Summary
Implements `line-basic` for **letsplot** library.
**Parent Issue:** #205
**Sub-Issue:** #456
**Base Branch:** `plot/line-basic`
**Attempt:** 1/3
## Implementation
- `plots/letsplot/line/line-basic/default.py`
## Details
- Uses `geom_line()` with `geom_point()` overlay for data point
visibility
- Python Blue (#306998) color for consistent styling
- Properly sized output (4800 × 2700 px via scale=3)
- Follows letsplot ggplot2-style grammar of graphics
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 0786958 commit 13e600c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
0 commit comments