Maxime Liquet

Results 368 comments of Maxime Liquet

Thanks for this report, I edited the title since I'm able to reproduce it without hvplot being involved at all. ```python import geopandas as gpd import geoviews as gv import...

A simple workaround: ```python gv.points(gdf, vdims=[]) ```

Thanks @pmav99 for the info. The version of geoviews you mention was based on `'bokeh >=1.4.0,=2.4.0,

The annotators still need to be fixed! What type of compatibility issue did you have with Shapely while trying to install GeoViews 1.7? Did you start to create an environment...

The original issue can be reproduced with the following example: ```python import geopandas as gpd import geoviews as gv import holoviews as hv from holoviews.selection import link_selections import pandas as...

Thanks for reporting this issue. I'll just share a snippet that reproduces the `DataError` with some pure HoloViews code. I think that, if possible, we should align `.hvplot()` with xarray's...

@jlstevens do you know if there's a way in HoloViews to create an RGB element that when hovered would display the RGB values and not the single int32 value?

@droumis could you open a new issue with a reproducible example? I'm afraid it'll get lost in this one.

It works if your remove `c='mission'` so this has to do with the colorization by another dimension, it's definitely a bug. > That looks totally useless to limit line size...