Maxime Liquet

Results 828 comments of Maxime Liquet

I've opened https://github.com/holoviz/holoviews/issues/6471 and https://github.com/holoviz/hvplot/issues/1463 to follow-up on https://github.com/holoviz-topics/examples/pull/386#discussion_r1861943815, i.e. allow sorting the values of the groupby dimensions. I don't consider it a blocker and think it needs some discussion...

Thank @Azaya89 for re-locking but: - the new hvPlot release needed to unblock this example (0.11.2) hasn't been released on the `defaults` channel yet - While https://github.com/holoviz/holoviews/pull/6470 has been merged,...

Still blocked, waiting for a HoloViews release.

In https://github.com/holoviz-topics/examples/pull/386/commits/cbefdf99a05af9368ac634d01ef9eb2c00e12ccc I: - relocked to pull the latest versions, notably the latest HoloViews to get the performance fix - Changed `ddf['type'] = ddf['type'].astype('category').cat.as_known()` to `ddf = ddf.categorize('type')` as I...

Hi @Samcro5C, thanks for reporting this bug, that should be fixed by https://github.com/holoviz/holoviews/pull/6579. This issue will be kept open until HoloViews is released with a fix (or a fix is...

This is still the case: - [ ] Document that the return type is a Panel object when one of the widgets options is set hvPlot handles these options `["widgets",...

Hi @agicquel, I believe the parameter `connectionstyle` is neither supported by `hvplot` nor by 'holoviews'. This parameter is available in the function [`draw_networkx_edges`](https://networkx.org/documentation/stable/reference/generated/networkx.drawing.nx_pylab.draw_networkx_edges.html?highlight=connectionstyle) provided by `networkx` (returning a Matplotlib object),...

It looks like you can do that with [holoviews](https://holoviews.org/user_guide/Network_Graphs.html) by explicitly passing coordinates of each edge. I don't expect that to be trivial however, but I'd be happy if you...

Fixed on the website by building it with a dev release of HoloViews. The underlying issue will be fixed when HoloViews 1.20 is released.