Azaya

Results 123 comments of Azaya

> 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...

> Yes, the render time is different. Feel free to just give a rough estimate of when the plot is done rendering on screen OK, I timed it myself and...

> Can you try to run this with HoloViews 1.19.0a2? I did and it ran significantly faster. However, adding the other parameters still caused the same error as before.

> @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 = {cat: tuple(int(e*255.) for e in colors[i]) for...

> @Azaya89 what was important is how you computed `cats`. OK. Here: ```python cats = list(gdf['type'].value_counts().iloc[:10].index) + ['unknown'] ```

Hi @vlvalenti, did you try the suggestion above https://github.com/holoviz/hvplot/issues/769#issuecomment-1496595043 and are you still having this problem?

> * Try with `engine='pyarrow'` and see whether the notebook runs fine. Don't set any of the `dask.config` options yet, maybe it works without them. > * If it doesn't...

> OK thanks for the report. It looks like the file cannot be read with pyarrow. We'll have to read it with fastparquet (for that dask-expr will have to be...