Skip to content

feat(altair): implement scatter-basic#343

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

feat(altair): implement scatter-basic#343
github-actions[bot] merged 1 commit intoplot/scatter-basicfrom
auto/scatter-basic/altair

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 7, 2025

Summary

Implements scatter-basic for altair library.

  • Basic scatter plot with 100 sample data points showing positive correlation
  • Python Blue color (#306998) with appropriate opacity
  • Proper axis labels and chart title
  • Output: 4800x2700px (via scale_factor=3.0)
  • Includes tooltips for interactivity

Parent Issue: #207
Sub-Issue: #262
Base Branch: plot/scatter-basic
Attempt: 1/3

Implementation

  • plots/altair/point/scatter-basic/default.py

Implements basic scatter plot using Altair library with:
- 100 sample data points with correlation
- Python Blue color (#306998)
- Proper axis labels and title
- 4800x2700px output (via scale_factor=3.0)
- Tooltips on hover

Closes #262
@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 6b7480a into plot/scatter-basic Dec 7, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/scatter-basic/altair branch December 7, 2025 00:52
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