Bryan Van de Ven

Results 72 issues of Bryan Van de Ven

#4407 was closed in the large layout PR work, but some of the features such as `width_policy` and `height_policy` never got documented fully, or examples added.

tag: component: docs
type: task

It would be great for `sphinx-gallery` to be able to handle Bokeh content. The Bokeh project docs currently use a custom gallery extension has been around since ~2012, which has...

### Issue When building the Bokeh docs, things expode: ``` Traceback (most recent call last): File "/Users/bryan/anaconda/envs/dev-311/lib/python3.11/site-packages/sphinx/events.py", line 94, in emit results.append(listener.handler(self.app, *args)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/bryan/anaconda/envs/dev-311/lib/python3.11/site-packages/sphinx_codeautolink/extension/__init__.py", line 42, in wrapper...

bug

It merely links to the refguide, but even the refguide links are still a non-obvious click or two away from actual information. It would be good to replicate the information...

tag: component: docs
type: task

https://github.com/bokeh/bokeh/pull/13539 partially addressed an issue with gallery links pointing to out of date `branch-3.0` by pointing to `main` instead, but this is only a bandaid fix, since we do not...

tag: component: docs
type: task

As part of @Azaya89's internship, he reproduced a violin plot from *Fundamentals of Data Visualization*. Previously these were somewhat of a pain to generate with patch or polygon glyphs. However,...

tag: component: docs
type: task
tag: component: examples

On the current docs setting `toolbar_sticky` has no effect, the toolbar dodges the axis in both cases. Should this property be deprecated? ref: https://docs.bokeh.org/en/latest/docs/user_guide/interaction/tools.html#positioning-the-toolbar cc @bokeh/dev

type: discussion

Our sliders seem *really* overly large and clunky to me. I feel like even a minor tweek could make them substantially more attractive. Below is before/after with some small experimentation...

type: task
tag: component: bokehjs
tag: widgets

The gallery examples are not pruning the bundles down to the minimum necessary:

tag: component: docs
type: task

Would be nice to have tools that can measure and report: - distances - angles - color / intensity - count (can be tricky... need a quantization setting) - area...

type: feature