Simon Høxbro Hansen

Results 143 comments of Simon Høxbro Hansen

Issue https://github.com/holoviz/geoviews/issues/584 is also a problem with 5 points. I will update the issue with more information.

A workaround for https://github.com/holoviz/geoviews/issues/466#issuecomment-647130314 is to use `by` instead of `c` if `c` does not work. Getting hovering to work can be done by using `.opts(tools=["hover"])` after the hvplot call...

When I look at the figures, there seem to be differences in Matplotlibs and this implementation as we move closer to the border of the globe, see: ![image](https://github.com/holoviz/geoviews/assets/19758978/471e6c4f-94fc-4cac-ae64-c9327f42c465) Do you...

After merging with main I can't get the following to work: ``` python import hvplot.pandas import hvplot.ui from bokeh.sampledata.airport_routes import airports hvplot.ui.hvPlotExplorer(airports, kind="points", x="Longitude", y="Latitude") ``` A git bisect shows...

Are you sure the change is needed in Holoviews? Because I did some initial work to give a more informative error message in holoviz/geoviews#581 but never finished it.

You are more than welcome to continue the work on the PR or rewrite it if that is easier 😅

Let's keep this open with a title rename. We have begun rewriting `.interactive` to be more generic. When that is in place, we will revisit the suggestion made in this...

To not update the axis in the original example, you can set In the original example, the reset can be stopped by `.opts(framewise=False)`. I would assume that would also be...

I see no problem in having better support for different geo-projection and datashading. Though, I don't think this will be added in the near future.

As @Azaya89 said, it is temporary until the next release of HoloViews is out.