Commit f99f09f
feat(altair): implement area-basic (#375)
## Summary
Implements `area-basic` for **altair** library.
**Parent Issue:** #201
**Sub-Issue:** #219
**Base Branch:** `plot/area-basic`
**Attempt:** 1/3
## Implementation
- `plots/altair/area/area-basic/default.py`
## Details
- Uses `mark_area()` with 0.5 opacity and Python Blue color (#306998)
- Overlays `mark_line()` for visible line on top of area
- Configures axis with subtle grid (opacity 0.3)
- 1600x900 base size with 3x scale factor for 4800x2700 output
- Font sizes: title 20pt, axis labels 20pt, tick labels 16pt
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 8864341 commit f99f09f
1 file changed
Lines changed: 32 additions & 0 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 | + | |
0 commit comments