Skip to content

feat(plotly): implement scatter-color-groups#369

Merged
github-actions[bot] merged 1 commit intoplot/scatter-color-groupsfrom
auto/scatter-color-groups/plotly
Dec 7, 2025
Merged

feat(plotly): implement scatter-color-groups#369
github-actions[bot] merged 1 commit intoplot/scatter-color-groupsfrom
auto/scatter-color-groups/plotly

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 7, 2025

Summary

Implements scatter-color-groups for plotly library.

Parent Issue: #208
Sub-Issue: #254
Base Branch: plot/scatter-color-groups
Attempt: 1/3

Implementation

  • plots/plotly/scatter/scatter-color-groups/default.py

Details

  • Uses plotly express for clean, declarative scatter plot creation
  • Generates iris-like sample data with three distinct species groups
  • Applies color palette from style guide (#306998, #FFD43B, #DC2626)
  • Output: 4800x2700 PNG (16:9 aspect ratio via scale=3)
  • Includes proper axis labels, legend, and title styling

Add plotly implementation for scatter plot with color groups.
Uses iris-like data to demonstrate categorical coloring of scatter
points with three distinct species groups.
@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 a5a9eee into plot/scatter-color-groups Dec 7, 2025
7 of 8 checks passed
@github-actions github-actions bot deleted the auto/scatter-color-groups/plotly branch December 7, 2025 00:55
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