Automatically add subplot-configured zoom tools when using subcoordinate_y
#5902
Labels
type: feature
A major new feature
subcoordinate_y
#5902
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 alevel
arg, e.g. to attach a zoom tool to the subplots on a plot with a single level of nesting you would set thelevel=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.The text was updated successfully, but these errors were encountered: