casagui.bokeh.tools._drag_tool

Implementation of DragTool class which provides a events or callbacks in response to dragging gestures on a figure. Unlike the PanTool all screen points use the plot’s frame of reference instead of the figure’s frame of reference, i.e. sx=0, sy=0 is the lower left corner of the plot.

Module Contents

Classes

DragTool

Tool that emits press and pressup events to signal start and end of drag

class casagui.bokeh.tools._drag_tool.DragTool(*args, **kwargs)

Tool that emits press and pressup events to signal start and end of drag