Simon Høxbro Hansen

Results 108 issues of Simon Høxbro Hansen

For now, this is only done to be able to run panel tests in https://github.com/holoviz/panel/pull/3752. With these changes, it is also possible to run the following with Bokeh version 3.0:...

First observed in https://github.com/holoviz/hvplot/issues/785 ![ Screenshot 2022-08-01 07 37 56](https://user-images.githubusercontent.com/19758978/182079500-c9389b12-47ce-467b-9bae-c1deb319ff0f.png) This seems to be possible to archive with Bokeh. https://user-images.githubusercontent.com/19758978/181917501-499270b6-c34a-4b19-a6da-f3ea1a653ef0.mp4 ``` python import holoviews as hv from bokeh.models import HoverTool...

type: bug
tag: backend: bokeh
type: hvplot

First noticed here: https://discourse.holoviz.org/t/mute-one-of-the-multiple-scatter-series/4031/4 Related PR: https://github.com/holoviz/holoviews/pull/4215 Currently, some plots do not support the muted option, which should be the case ``` python import pandas as pd import holoviews as...

type: feature
good first issue

Fixes #5238 https://discourse.holoviz.org/t/no-colormaps-in-hv-cycle/4048

Fixes https://github.com/holoviz/holoviews/issues/5358 To be honest, this fix is more of a workaround for the problem than a fix. But the complexity of the the holoviews pipelines makes it hard for...

Fixes #5353 Note that this PR will break hvplot tests.

# Problem When supplying a DataFrame to `hv.Dataset` with integer as column name, the `Dataset.data` returns an empty `OrderedDict`. This was unexpected for me and took me some time to...

TRIAGE

Part of the solution for https://github.com/holoviz/hvplot/issues/771 Checklist: - [x] Add support for slice in `resolve_dependent_value`. - [x] Support for `pn.widgets` in slice for `transform.params()`. - [x] Add `loc` to `df_dim`....

First part (1/2) of fix for https://discourse.holoviz.org/t/small-multiples-aka-facetted-plots/3760/2 This will make it possible to run: ``` python import geopandas as gpd import hvplot.pandas countries = gpd.read_file(gpd.datasets.get_path('naturalearth_lowres')) countries.hvplot(geo=True, by="continent") ``` I'm actually...

#### ALL software version info ``` yaml panel 0.13.1a2.post18+gc9ff0ddb holoviews 1.14.4.post125+g9a249c598 ``` #### Description of expected behavior and the observed behavior I saw the following friction between panels `sizing_mode` and...