Commit dc54b03
feat(letsplot): implement line-basic (#450)
## Summary
Implements `line-basic` for **letsplot** library.
**Parent Issue:** #205
**Sub-Issue:** #334
**Base Branch:** `plot/line-basic`
**Attempt:** 1/3
## Implementation
- `plots/letsplot/line/line-basic/default.py`
## Changes
- Clean KISS implementation following style guide
- Uses Python Blue color (#306998) for line and points
- Proper 4800x2700 px output via ggsize(1600, 900) with scale=3
- Minimal theme with proper typography sizing
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent a60a352 commit dc54b03
1 file changed
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 34 | + | |
42 | 35 | | |
43 | 36 | | |
44 | 37 | | |
| |||
0 commit comments