-
This is a side-effect of PR #13319:
```py
Traceback (most recent call last):
File "/usr/share/miniconda3/envs/bk-release-build/lib/python3.9/site-packages/bokeh/application/handlers/code_…
-
If I read the docs correctly, in the bokeh backend I should be able to modify the outlines of each QuadMesh cell (bokeh's `Patches` or `Quad`) glyphs by specifying e.g. the `line_width` option. The fo…
-
I'm streaming a Bokeh plot where the categorical labels of the data are changing with time. In practice, I'm keeping an active set of categories that I'd like to be visible on the plot, and I need to…
-
This issue is based on [this S.O. question](http://stackoverflow.com/questions/38364129/bokeh-bar-plot-color-bars-by-category).
I'm trying to have a similar effect which is achieved in R [here](http:…
-
#### ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
Bokeh 1.0.1
#### Description of expected behavior and the observed behavior
Updating `css_classe…
-
Hello,
I realized that the fontsize parameter had no effect in this statement when using Bokeh:
`hv.Text(0.5,0.5, "test", fontsize=40)`
Any idea how I could work around this?
Thanks,
Mi…
-
When you try to create a lens blur effect (uniform distribution) with a large radius to create bokeh, WebGL is killed by Chrome. Maybe you could render a lower quality output when the radius is high, …
-
### Software versions
Python version : 3.9.7 (default, Sep 16 2021, 08:50:36)
IPython version : 8.0.1
Tornado version : 6.1
Bokeh version : 2.4.2
BokehJS static path : /Us…
-
I am using holoviews with matplotlib and plotly backends.
```
import holoviews as hv
import numpy as np
from functools import reduce
hv.extension('plotly', 'matplotlib')
```
The problem is I …
-
Reference mailing list discussion: https://groups.google.com/a/continuum.io/forum/?pli=1#!topic/bokeh/ztY-4EQhtjw
Had success with this configuration block:
```
ServerName localhost
…