Mateusz Paprocki

Results 335 comments of Mateusz Paprocki

Closing this in favour of changes in PR #13344.

> units like rem, etc do not work on Canvas, but this should be verified. They actually seem to work. According to spec, `ctx.font` accepts a CSS font specification, so...

Based on `examples/basic/annotations/legend.py`: ```py import numpy as np from bokeh.layouts import gridplot from bokeh.plotting import figure, show x = np.linspace(0, 4*np.pi, 100) y = np.sin(x) TOOLS = "pan,wheel_zoom,box_zoom,reset,save,box_select" p1 =...

Note that this has to be added to `GridPlot.toolbar` and not `Plot.toolbar`, because in the later case, due to proxying, the custom action would be called as many times as...

This is a known problem, I think, from the very beginning, though we don't have prior issues open for this. This hasn't been fixed for so long, because of the...

This works: ```html const p = new Bokeh.Plotting.figure() p.scatter([0,1,2,3,4,5], [0,1,2,3,4,5]) Bokeh.Plotting.show(p, "#container") ``` Please provide a complete reproducible example, web browser type and version, etc. Preferably start a new issue...

This was most likely resolved in PR #13153. @Aziuth, please try bokeh 3.2 if it fixes the issue.

This will probably be resolved by PR #13522.

I started working on this a few weeks ago, but didn't finish. Should be ready after 0.11.