Marc Skov Madsen

Results 435 comments of Marc Skov Madsen

Closes #5844

I was also looking for this in the docs.

The request is to create reference gallery for all backends. Not to change to quarto.

+1 :-) And if for some reason renaming is not accepted. Please document why `y` makes sense to use.

My hypothesis is that hvPlot/ HoloViews has some test whether the extension has already been loaded. If it has it does not (re-inject) the javascript. But quarto needs it reinjected...

+1. I am trying to build a custom data catalogue inspired by Intake. I would like my users to be able to explore a source using the `Explorer` but if...

I agree that we should try to limit to risk of a user selecting something that blocks. But I also believe that it would mean a lot of the plot...

Thx. What i am trying to achieve is to enable the ChatBot to set the xformatter also for dates. It is told that the xformatter is a string and supports...

Hi @rdesai9 You might find som inspiration in this discussion in our community forum https://discourse.holoviz.org/t/point-size-legend/4330.

If you try to use a list of colors it raises an exception ![image](https://user-images.githubusercontent.com/42288570/224509949-adaf1162-f456-4c34-b18b-f79c96041a4e.png) ```bash --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In [9], line 2 1 hvplot.extension("plotly") ---->...