Demetris Roumis

Results 301 comments of Demetris Roumis

### Condition: Color is defined by user as a string, groupby applied, no annotations at initialization Checking for any signs of chaos.. should be a straightforward condition. Code ```python ##...

### Condition: color is defined by user with hv.dim, groupby is applied, annotations are not present at initialization Checking that the widgets can be initialized without data and then correctly...

@hoxbro , is this ready to merge?

@hoxbro. Good call. Firefox was a bit misaligned and Safari doesn't display the circles at all. Firefox was an easy fix, but unfortunately, it seems like the circles were never...

https://github.com/holoviz/holoviews/pull/6318

This should probably be converted into a GitHub Discussion. 'Panel Extension vs Panel PR' is a question for the Panel lead maintainer / Project director: @philippjfr I personally don't think...

@jtao1 please check for typos e.g. in the first section of the first notebook: "[datashader](https://datashader.org/) via the [HoloViewsAPI](http://holoviews.org/user_guide/Large_Data.html)." should be: "[Datashader](https://datashader.org/) via the [HoloViews API](http://holoviews.org/user_guide/Large_Data.html)."

Please try to replace the use of a Bokeh custom hover tool with [HoloViews `hover_tooltips`](https://holoviews.org/user_guide/Plotting_with_Bokeh.html#hover-tools)

more typos: "Note: If you display the spikes object at this time, it will probably freeze or crash your browser tb!" "We will use the responsive=True option to make our...

try `df['col'] = df['col'].tz_localize('UTC')` or `df['col'] = df['col'].tz_localize(None)` ... not sure if this is the actual issue