Maxime Liquet
Maxime Liquet
Hi @nicolejkeeney ! Thanks for reporting this issue. I believe hvPlot doesn't handle two things properly there: - in general it struggles with categorical axes, which is the case in...
I would rather offer an alternative over re-implementing `__init__` as it's indeed easy to forget calling `super()`, it's also always longer. - `attrs` has `__attrs_post_init__` - `dataclasses` has `__post_init__` -...
Yes, I'd like to steer users towards some post-init method we provide. As for the warning, I'm not sure how to disambiguate these two cases. ```python class P(Parameterized): p =...
Actually I'm not sure to which extent this is a bug. Don't we recommend not to modify in place the objects of an `Accordion`?
Before I review, can you please explain how you made these changes and what you focused on?
Can you please define a bit more what you would expect to see on the plot when setting `caption`? I'd appreciate it if you could provide links to HoloViews to...
Yes these notifications are wild! I think @hoxbro has a bot or something to clear them automatically. He has a bot or script for everything ;) Ok thanks I understand...
- Add direct links to the reference pages - Add plot illustrations (with code or image) to the explanation page - The data for parallel coordinates and Andrews curves have...