Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically add subplot-configured zoom tools when using subcoordinate_y #5902

Closed
droumis opened this issue Sep 22, 2023 · 1 comment · Fixed by #6051
Closed

Automatically add subplot-configured zoom tools when using subcoordinate_y #5902

droumis opened this issue Sep 22, 2023 · 1 comment · Fixed by #6051
Assignees
Labels
type: feature A major new feature

Comments

@droumis
Copy link
Member

droumis commented Sep 22, 2023

When creating an overlay with a bunch of subcoordinate_y enabled subplots, a y-zoom tool that operates at the subplot level is needed. This is being implemented in Bokeh with a level arg, e.g. to attach a zoom tool to the subplots on a plot with a single level of nesting you would set the level=1: ywheel_zoom = WheelZoomTool(level=1, dimensions="height")

This feature request is to set up the subplot-enabled zoom tool automatically in HoloViews when subcoordinate_y is invoked.

@droumis droumis added the TRIAGE Needs triaging label Sep 22, 2023
@maximlt maximlt added type: feature A major new feature and removed TRIAGE Needs triaging labels Dec 12, 2023
@droumis droumis moved this to WIP in CZI R5 neuro Jan 4, 2024
@droumis droumis moved this from WIP to Needs review in CZI R5 neuro Jan 4, 2024
@droumis droumis moved this from Needs review to Done in CZI R5 neuro Apr 2, 2024
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature A major new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants