Azaya
Azaya
## Description This proposal outlines a systematic approach to managing and reducing our issue backlog, with the twin goals of better prioritization of new and existing issues and faster resolution...
#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.) Software Version Info ```plaintext...
#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.) Software Version Info ```plaintext...
#### ALL software version info Software Version Info ```plaintext HoloViews = 1.20.1a0 bokeh = 3.6.2 matplotlib = 3.10.0 ``` #### Description of expected behavior and the observed behavior **Expected behavior**...
This PR adds a single command that combines multiple steps in setting up the pixi environment. Failing tests are unrelated to this PR and resolved in #1425
#### ALL software version info (this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.) Software Version Info ```plaintext...
closes #1536 This PR adds API reference examples to the following plot methods: - [x] bar @Azaya89 - [x] barh @Azaya89 - [x] scatter @Azaya89 - [ ] line -...
fixes #6240 fixes #6654 This PR fixes the problem where tools specified via `.opts(tools=[...])` on an Overlay were being ignored. The [OverlayPlot._init_tools()](https://github.com/holoviz/holoviews/blob/736589a78c058133fa9f3be1bbaded3f7de883af/holoviews/plotting/bokeh/element.py#L3232) method only collected tools from subplots but never...