Commit 870ff67
feat(matplotlib): implement line-basic (#476)
## Summary
Implements `line-basic` for **matplotlib** library.
**Parent Issue:** #205
**Sub-Issue:** #452
**Base Branch:** `plot/line-basic`
**Attempt:** 1/3
## Implementation
- `plots/matplotlib/plot/line-basic/default.py`
## Changes
- Basic line plot implementation using matplotlib's `ax.plot()` method
- Uses Python Blue color (#306998) from the style guide
- Includes markers (8px) for data point visibility
- Follows spec data structure with time/value columns
- Proper axis labels, title, and grid styling
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent dc54b03 commit 870ff67
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments