Mateusz Paprocki
Mateusz Paprocki
Alternatively one can also use this: ```py plot.hspan(y=0, line_dash=[[5, 5]]) ```
Since bokeh 3.4 the default for tap tool is `xor` mode. It may appear to look like the tool is in `append` mode, but in `append` mode the user can...
Do we want this behavior to be implemented in place of `replace` mode (just for tap tool) or should I introduce a new mode?
> Attempt to use the tool by double-clicking to set an initial vertex. In bokeh 3.4 we had to replace double tap gesture with press gesture in edit tools and...
The only recent and intentional change to edit/draw tools was replacement of double tap gesture with press tap. It was documented, but perhaps it wasn't advertised sufficiently. However, I myself...
This is tentatively ready for review. There is a class of failures (resulting in multiple integration test errors) that I'm fighting with, which a side effect of bad design around...
> Lastly, I guess the specificity of e.g. `bk-LinearAxis` is unavoidable? It would be nice if somehow just `bk-Axis` could be used for any axis type, but I don't really...
I renamed the property to `start_gesture` to move this PR forward. However, when writing release notes, I had to find an explanation for this feature and the best I could...
> And just gesture isn't sufficient? (It sounds like there may be a different gesture at some point for the end, but I can't quite see how that would work,...
I will go ahead and merge this given the existing approval. We can always change the naming convention later.