Skip to content

feat(plotly): implement line-basic#393

Merged
github-actions[bot] merged 1 commit intoplot/line-basicfrom
auto/line-basic/plotly
Dec 7, 2025
Merged

feat(plotly): implement line-basic#393
github-actions[bot] merged 1 commit intoplot/line-basicfrom
auto/line-basic/plotly

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude Bot commented Dec 7, 2025

Summary

Implements line-basic for plotly library.

Parent Issue: #162
Sub-Issue: #384
Base Branch: plot/line-basic
Attempt: 1/3

Implementation

  • plots/plotly/scatter/line-basic/default.py

Changes

  • Basic line plot using go.Scatter with mode='lines'
  • Python Blue (#306998) color from style guide
  • Centered title with proper font size (20pt)
  • Axis labels with proper font sizes (20pt title, 16pt ticks)
  • Subtle grid lines on both axes (rgba(0,0,0,0.1))
  • Output size: 4800 × 2700 px (1600×900 with scale=3)
  • Uses plotly_white template for clean appearance

Adds basic line plot implementation for plotly library:
- Uses go.Scatter with mode='lines'
- Python Blue (#306998) color from style guide
- Centered title, axis labels with proper font sizes
- Subtle grid on both axes
- Outputs 4800x2700 px PNG
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 7, 2025

✅ Plot Tests Passed

Python 3.13 (required): passed

Compatibility: 3.12 3.13

Note: Only Python 3.13 is required to pass. Python 3.12 is tested for compatibility.

@claude claude Bot added the ai-approved Quality OK, ready for merge label Dec 7, 2025
@github-actions github-actions Bot merged commit 35e12df into plot/line-basic Dec 7, 2025
8 checks passed
@github-actions github-actions Bot deleted the auto/line-basic/plotly branch December 7, 2025 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-approved Quality OK, ready for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants