Maxime Liquet

Results 828 comments of Maxime Liquet

Hi @Pigankle, Thanks for reporting the issue you encountered. We'll need a little bit more information to try to fix it. - Could you report the output of the `conda...

Hi! Thanks for the detailed report, that's very helpful. I'm very surprised to see you have packages from PyPI on your `project` environment. Could you try the following? - `conda...

Ok thanks for that again, that confirms that you can reproduce the issue and that you indeed get Python 3.6 installed when you run the command to create the project...

Just tried hvPlot from that branch. Before: ![image](https://github.com/holoviz/holoviews/assets/35924738/4bd2feb7-497a-48d6-a9c9-3c22c1b9cbb1) After: ![image](https://github.com/holoviz/holoviews/assets/35924738/c053a70d-9ea6-4d0c-b325-9c471811a559) I think it's coming from these lines: https://github.com/holoviz/hvplot/blob/f17f4705afe40f4c8e4e388823004b14ec938519/hvplot/converter.py#L1567-L1568 There are maybe more cases, I just did a very quick check.

Another case, before this branch there's no *Label* field in the tooltip. ![image](https://github.com/holoviz/holoviews/assets/35924738/6cba9ab8-e9b2-4389-a321-6cf0b99d9cd6) --- Btw I'm just exposing changes in hvPlot. I don't yet have a firm opinion on whether...

Take 2 on this. This time the operation doesn't update the data but just records the min-max per group in the `range` tuple parameter of the y dimension. The aim...

> Just to clarify, this operation is meant to be invoked explicitly by a user or could we use compositors to automatically apply this if `subcoordinate_y` is set? I didn't...

> > If it was applied through a compositor, would it be possible for users to disable it if they don't want this behavior? > > Sure, if we exposed...

> tell users how to register a suitable compositor if they really want it As far as I can see compositors aren't documented outside of the reference API. I'm not...

> Compositors operate at the level of an Overlay and can combine one or more layers. Ok I must have messed up then when trying to register is with a...