Skip to content

feat(bokeh): implement bar-basic#305

Merged
github-actions[bot] merged 2 commits intoplot/bar-basicfrom
auto/bar-basic/bokeh
Dec 7, 2025
Merged

feat(bokeh): implement bar-basic#305
github-actions[bot] merged 2 commits intoplot/bar-basicfrom
auto/bar-basic/bokeh

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 6, 2025

Summary

Implements bar-basic for bokeh library.

Parent Issue: #202
Sub-Issue: #225
Base Branch: plot/bar-basic
Attempt: 1/3

Implementation

  • plots/bokeh/vbar/bar-basic/default.py

Changes

  • Simplified to KISS-style sequential script (no functions/classes)
  • 4800×2700px output with proper typography sizing (20pt labels, 16pt ticks)
  • Uses ColumnDataSource and vbar glyph method per library guidelines
  • Python Blue (#306998) color from style guide
  • Subtle grid styling with y-axis grid only

Simplified implementation following KISS principles:
- Sequential script structure without functions/classes
- 4800x2700px output with proper typography sizing
- Uses ColumnDataSource and vbar glyph method
- Python Blue (#306998) color from style guide
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 6, 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 6ceb033 into plot/bar-basic Dec 7, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/bar-basic/bokeh branch December 7, 2025 20:26
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.

1 participant