Bryan Van de Ven
Bryan Van de Ven
Previous PR: https://github.com/bokeh/bokeh/pull/13316 The idea is to be able to display a colormap of just a single "slice" in an image stack as-is, so that e.g. a slider could scrub...
This was asked about in https://github.com/github/codeql/issues/9298 and the issue log stated "closed as not planned". The "answer" was to dismiss via the UI. But this alone is really not a...
On previous versions of the docs the version switcher showed the exact version of the dev/rc build: --- On latest `dev-3.4` it just says "Choose version" cc @tcmetzger in case...
Should be able to make use of WORKING protocol message (send OK to indicate completed? or maybe new message type?) @havocp can you point @canavandl at the partial code you...
@mattpap I've run into some issues with the current unit tester: - [x] `Error: expected 0 to be equal to 0` The tester is distinguishing between -0 and +0 which...
ref: https://docs.bokeh.org/en/latest/docs/user_guide/styling/plots.html#selected-and-unselected-glyphs Code there does this: ```python plot = figure(width=400, height=400, tools="tap", title="Select a circle") renderer = plot.scatter([1, 2, 3, 4, 5], [2, 5, 8, 2, 7], size=50) selected_scatter =...
This was already on my short-list todo, but NF is pushing projects to communicate their privacy policies. I have opened a WIP wiki page for BEP 8 here: https://github.com/bokeh/bokeh/wiki/BEP-8:-Privacy-Policy NF...
Currently all of the CustomJS models essentially re-implement everything, i.e. there are many repetitions of code like ```typescript get names(): string[] { return keys(this.args) } get values(): unknown[] { return...
ref: https://discourse.bokeh.org/t/refactoring-custom-markerview-from-v2/6156 The current triangle marker is face-centered, but a the linked discourse post brings up a valid and not-uncommon need for a point-centered triangle that can be used as...
*[I have edited this old issue to reflect other recent changes and features]* Tooltips were generalized in https://github.com/bokeh/bokeh/pull/12154 in order to support richer content and also the ability to be...