Maxime Liquet
Maxime Liquet
@Azaya89 thanks for this very nice bug report! Could you also report the timings for the equivalent of this line `gdf.hvplot.polygons(tiles='CartoLight', rasterize=True)` but with SpatialPandas? I would like to know...
Oh I'm pretty sure it definitely takes more for the plot to render than 542 us. Can you get an estimate of the real time it takes for the plot...
Coming back to the issue reported with: ``` gdf.head(1000).hvplot.polygons(tiles='CartoLight', rasterize=True, c='type', cmap=color_key) ``` @Azaya89 you haven't shared how `color_key` is derived in your example. Focusing on this bit of code...
> > @Azaya89 you haven't shared how color_key is derived in your example. > > Here's how it was constructed: > > ```python > colors = cc.glasbey_bw_minc_20_maxl_70 > color_key =...
> although I'm now curious why rasterize and datashade are giving very different outputs... This is a bug in HoloViews I think, I need to open a bug report.
I've just discovered the `--no-update-deps` option flag of `conda update`, which seems that it might be useful for this feature.
I'm also pretty sure there are many reasons why one would want to define how exactly an environment should be relocked. One that comes to mind and I think motivated...
Thanks Jim your message is perfectly in line with what I was trying to express: this landscape is confusing, even for experienced Python users ;) > I haven't seen any...
> the result from both approaches is a self-describing deployable artifact, making it something that you can hand off to others as your reproducible result. I agree the result of...
I installed the environment at `workflows/multi_channel_timeseries/environment.yml` and ran the notebooks in this folder. --- *small_multi-chan-ts.ipynb* Got this error: ``` ValueError: Unexpected option 'hover_tooltips' for Curve type across all extensions. Similar...