holoviews.plotting.bokeh.links module#
- class holoviews.plotting.bokeh.links.DataLinkCallback(root_model, link, source_plot, target_plot)[source]#
Bases:
LinkCallback
Merges the source and target ColumnDataSource
- class holoviews.plotting.bokeh.links.RangeToolLinkCallback(root_model, link, source_plot, target_plot)[source]#
Bases:
LinkCallback
Attaches a RangeTool to the source plot and links it to the specified axes on the target plot
- class holoviews.plotting.bokeh.links.RectanglesTableLinkCallback(root_model, link, source_plot, target_plot=None)[source]#
Bases:
DataLinkCallback