Maxime Liquet
Maxime Liquet
Thanks @HealthyPear for your feedback, I'm going to bring this up in our next community calls https://holoviz.org/community.html, feel free to join!
What we can do at the hvPlot level is implement a small interface that under the hood would convert astropy objects in objects hvPlot/HoloViews know how to deal with (Pandas,...
HoloViews has no tutorial for how to develop a new backend. They all live in this subpackage: https://github.com/holoviz/holoviews/tree/main/holoviews/core/data. HoloViews has some very basic support to display the unit set on...
Hi @asmith26 and thanks for opening this issue. I think Andrew actually suggested you to open an issue on HoloViews' tracker, since `legend_opts` isn't documented on HoloViews' website.
Just noting that we've encountered this issue in our CI (in datashader's repo), which uses a dev tool called `pyctdev` to run various commands, including `conda install ...`. https://github.com/pyviz-dev/pyctdev/issues/90
Hey no don't close it bot :) Still an issue.
Yep indeed it might help for my specific use case. However a consistent UX for `nodefaults` would I believe be a nice improvement too.
Feature request still valid.
Done in https://github.com/holoviz/colorcet/pull/120
Hi all, I'm writing with respect to https://github.com/holoviz/hvplot/issues/1239. This issue was fixed in https://github.com/holoviz/holoviews/pull/5636 and released in HoloViews 1.16.0. It turns out this was all due to a change in...