Simon Høxbro Hansen

Results 108 issues of Simon Høxbro Hansen

Fixes https://github.com/holoviz/hvplot/issues/738 Fixes #577 This change will give a better error message and exception for out-of-bound data. Added `from None` to avoid `During handling of the above exception, another exception...

Fixes #576 Fixes problems seen in [Annotators](https://pyviz-dev.github.io/geoviews/user_guide/Annotators.html). **Things done:** - Added function `transform_shapely_to_wsg84` as large coordinates shows a blank shapely figure. Also visible on the [website](https://pyviz-dev.github.io/geoviews/user_guide/Annotators.html). | Before | After...

When moving a point around an annotation, the returned data is no longer valid: https://user-images.githubusercontent.com/19758978/179739253-1882e858-07fd-4b37-ba7b-33d0bef8dfd5.mp4 The output in the DataFrame seems to not be converted to numpy arrays: ![image](https://user-images.githubusercontent.com/19758978/179753809-78d4a84c-3e15-4a6f-9778-101b2e01eae7.png) ```...

TRIAGE

#### ALL software version info ``` yaml geoviews : 1.9.5 holoviews : 1.15.0a2 hvplot : 0.8.0 ``` #### Description of expected behavior and the observed behavior When having features like...

Fixes #783 After playing around with the geo tab for a bit, I found it non-intuitive that it mirrors hvplot by enabling `geo=True` based on `project` and `features`. This makes...

When working with the hvPlotExplorer, it keeps showing the last working plot. I think it is wrong to show the last working plot. The current configuration of settings did not...

explorer

Some issues I have noticed when working with the Geo pane of the hvPlotExplorer Code used: ``` python import hvplot.ui import hvplot.pandas import panel as pn pn.extension() from bokeh.sampledata import...

type: bug
hvPlotExplorer

An issue I have noticed when working with the Operations pane of the hvPlotExplorer. Code used: ``` python import hvplot.ui import hvplot.pandas import panel as pn pn.extension() from bokeh.sampledata import...

type: bug
hvPlotExplorer

Part 2 of the solution for https://github.com/holoviz/hvplot/issues/771. It needs https://github.com/holoviz/holoviews/pull/5352 to work. The panel check is removed because `panel` is already imported at the top. Therefore, I think the check...

The second part (2/2) of the fix for https://discourse.holoviz.org/t/small-multiples-aka-facetted-plots/3760/2 This will make it possible to run (after https://github.com/holoviz/holoviews/pull/5325 is merged): ``` python import geopandas as gpd import hvplot.pandas countries =...

upstream