Jean-Luc Stevens
Jean-Luc Stevens
Updates and supersedes https://github.com/holoviz-topics/examples/pull/286 In this updated version, the default dashboard uses client-side color mixing (i.e. using `rasterize`). The previous datashaded version is included both as a point of comparison...
First, I would like to thank you for this useful library! One improvement I would love to see would be some more options for camera controls. In particular, I feel...
The very first issue! My goal here is to set up a checklist of things I know need to be tackled in the short term: - [x] Python 3.11 support:...
Adds the `SQLAlchemyDB` connector which can be used with `sqlite` as well as more typical, production-ready databases (e.g. MariaDB).
We can discuss whether to remove the standard library sqlite3 approach later.
Right now display styling is global state but it should be possible to set different styles per display. Relevant comment so it isn't forgotten: https://github.com/holoviz/holonote/pull/51#issuecomment-1805820391
Right now each annotator only has a single `region_type` (e.g. `range` or `point`) but we need to support cases where both are on the same plot. With the new compositional...
Using the new `popup` argument to a bounds stream where the `BoxSelectTool` is constrained to the x-axis only (i.e. `dimensions="width"`) results in a popup at the top right of the...
Given that the new `multi_y` option implies multiple data spaces (in y at least) which isn't supported, it might be worth having a warning saying that the datashader support is...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? When using conda in a...