Skip to content

Commit 7c9571f

Browse files
feat(bokeh): implement box-grouped (#5994)
## Implementation: `box-grouped` - python/bokeh Implements the **python/bokeh** version of `box-grouped`. **File:** `plots/box-grouped/implementations/python/bokeh.py` **Parent Issue:** #2017 --- :robot: *[impl-generate workflow](https://github.com/MarkusNeusinger/anyplot/actions/runs/25534872121)* --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Markus Neusinger <2921697+MarkusNeusinger@users.noreply.github.com>
1 parent dfa5f42 commit 7c9571f

2 files changed

Lines changed: 181 additions & 136 deletions

File tree

plots/box-grouped/implementations/python/bokeh.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
""" pyplots.ai
1+
""" anyplot.ai
22
box-grouped: Grouped Box Plot
3-
Library: bokeh 3.8.1 | Python 3.13.11
4-
Quality: 91/100 | Created: 2025-12-25
3+
Library: bokeh 3.9.0 | Python 3.13.13
4+
Quality: 80/100 | Updated: 2026-05-08
55
"""
66

77
import numpy as np

0 commit comments

Comments
 (0)