Demetris Roumis
Demetris Roumis
A [ridgeplot](https://r-graph-gallery.com/294-basic-ridgeline-plot.html) (aka joyplot, aka ridgelineplot) is possible using the new `subcoordinate_y` feature. This plot usually makes use of an `Area` per curve. With `subcoordinate_y`, the order of elements should...
Issue authored by @jlstevens The current HoloViews inspect operation does a slow spatial filtering. With the new support of `where` aggregators ('selectors') together with the `summary` aggregator, HoloViews can now...
For Index-based inspection, add support for ImageStackPlot to automatically detect the index layer and attach a callback on hover that will send a Tooltip to the frontend. @Hoxbro, please add...
Issue originally authored by @jbednar: Using https://examples.holoviz.org/ship_traffic , instant inspection seemed to work when hovering over dense areas, but once I zoomed in, I was nearly unable to hit any...
#### ALL software version info Bokeh: 3.2.0 HoloViews: 1.16.2.post36+g99a3f2079-dirty Panel: 1.2.0 #### Description of expected behavior and the observed behavior Invert_yaxis is not working without setting `shared_axes=False`, and since I...
### ALL software version info hvplot-0.8.1 ### Description of expected behavior and the observed behavior Cannot set xlabel, ylabel on horizontal bar ### Complete, minimal, self-contained example code that reproduces...
`subcoordinate_y` was recently added to HoloViews to plot on subcordinates. This should now be incorporated into hvPlot when working with xarray. The API could be something as simple as: `da.hvplot(subcoordinate_y=True)`....
When HoloViews supports Datashader inspections, it will still need to be enabled: at the very minimum you will need to apply the `inspect` operation appropriately. However, at the hvPlot level,...
#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc) #### Description of expected behavior and the observed behavior **Sometimes** when...