d524a528dbad0317bf2a9ca583ee0668bdde4e5e,bokeh/models/tools.py,PolySelectTool,PolySelectTool_1,#,419
Before Change
defaults to all renderers on a plot.
)
overlay = Instance(PolyAnnotation,
default=lambda: PolyAnnotation(level="overlay",
xs_units="screen",
ys_units="screen",
fill_color="lightgrey",
fill_alpha=0.5,
line_color="black",
line_alpha=1.0,
line_width=2,
line_dash=[4, 4]),
help=
)
class HoverTool(Tool):
*toolbar icon*: |inspector_icon|
After Change
defaults to all renderers on a plot.
)
overlay = Instance(PolyAnnotation, default=DEFAULT_POLY_OVERLAY, help=
A shaded annotation drawn to indicate the selection region.
)
class HoverTool(Tool):
*toolbar icon*: |inspector_icon|
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 6
Instances
Project Name: bokeh/bokeh
Commit Name: d524a528dbad0317bf2a9ca583ee0668bdde4e5e
Time: 2015-12-25
Author: bryanv@continuum.io
File Name: bokeh/models/tools.py
Class Name: PolySelectTool
Method Name: PolySelectTool_1
Project Name: bokeh/bokeh
Commit Name: 1eb9986638fb275572453707cdfd81a3c51048b5
Time: 2017-07-18
Author: lcanavan@continuum.io
File Name: bokeh/models/renderers.py
Class Name: GraphRenderer
Method Name: GraphRenderer_1
Project Name: bokeh/bokeh
Commit Name: d524a528dbad0317bf2a9ca583ee0668bdde4e5e
Time: 2015-12-25
Author: bryanv@continuum.io
File Name: bokeh/models/tools.py
Class Name: LassoSelectTool
Method Name: LassoSelectTool_1
Project Name: bokeh/bokeh
Commit Name: d524a528dbad0317bf2a9ca583ee0668bdde4e5e
Time: 2015-12-25
Author: bryanv@continuum.io
File Name: bokeh/models/tools.py
Class Name: BoxZoomTool
Method Name: BoxZoomTool_1
Project Name: bokeh/bokeh
Commit Name: d524a528dbad0317bf2a9ca583ee0668bdde4e5e
Time: 2015-12-25
Author: bryanv@continuum.io
File Name: bokeh/models/tools.py
Class Name: BoxSelectTool
Method Name: BoxSelectTool_1