Demetris Roumis

Results 301 comments of Demetris Roumis

Decided not to proceed with this approach

Just checking which of my issues are still valid. This is still a valid issue.

I'm closing this.. I am no longer convinced that this is obvious behavior.. For instance.. what if the key in the dict conflicts with a provided label? I don't think...

I'm trying to think through the implementation of this a bit more. My interpretation of what you mean by 'grouping a dataset by some dimension' is something like calling `.overlay`,...

you can now achieve this with HoloView's support of [backend_opts](https://holoviews.org/user_guide/Plotting_with_Bokeh.html#setting-backend-opts), e.g.: backend_opts={ "x_range.bounds": (0, 10), "y_range.bounds": (0, 20) } Update: use `apply_hard_bounds=True` as in https://github.com/holoviz/holoviews/pull/6056

https://github.com/bokeh/bokeh/pull/13650 seems to be almost done, but it also isn't blocking. So I'll close this as solved since HoverTool + CustomJSHover appears sufficient to perform the necessary lookups and format...

@philippjfr: "To efficiently spread multiple layers, we may have to do this in Datashader"

this is an great, @ahuang11! I think it could go in (or be linked to from) the Getting Started section, as IMO its main purpose is to get people started...

Linking to the [Bokeh PR for custom units](https://github.com/bokeh/bokeh/pull/13625)

What is left to do for this PR?