acd97e3a8cdb11c18716b6e5588c84cae8bcd80a,examples/plotting/file/tap.py,,,#,10
Before Change
foo = list(itertools.permutations("abcdef"))[:N]
bar = np.random.normal(size=N)
source = ColumnDataSource(
data=dict(
x=x,
y=y,
radius=radii,
colors=colors,
foo=foo,
bar=bar,
)
)
output_file("tap.html")
TOOLS="crosshair,pan,wheel_zoom,box_zoom,reset,tap,previewsave"
After Change
text_baseline="middle", text_align="center")
// in the broswer console, you will see messages when circles are clicked
tool = p.select_one(TapTool).renderers = [cr]
output_file("tap.html")
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 3
Instances Project Name: bokeh/bokeh
Commit Name: acd97e3a8cdb11c18716b6e5588c84cae8bcd80a
Time: 2015-12-22
Author: bryanv@continuum.io
File Name: examples/plotting/file/tap.py
Class Name:
Method Name:
Project Name: dask/distributed
Commit Name: 163731b1eb2cf4131943722f513a6087ccc8da5e
Time: 2019-01-31
Author: mrocklin@gmail.com
File Name: distributed/bokeh/components.py
Class Name: ProfileTimePlot
Method Name: __init__
Project Name: dask/distributed
Commit Name: 163731b1eb2cf4131943722f513a6087ccc8da5e
Time: 2019-01-31
Author: mrocklin@gmail.com
File Name: distributed/bokeh/components.py
Class Name: ProfileServer
Method Name: __init__
Project Name: bokeh/bokeh
Commit Name: e0dcecca1f1bfb0bf9af7fb508c473b3d0d62cbc
Time: 2020-12-05
Author: mattpap@gmail.com
File Name: sphinx/source/docs/user_guide/examples/interaction_callbacks_for_range_update.py
Class Name:
Method Name:
Project Name: bokeh/bokeh
Commit Name: bdc6be22e5941d895c214ef88f9b03df8f592d61
Time: 2015-12-22
Author: bryanv@continuum.io
File Name: examples/plotting/file/hover.py
Class Name:
Method Name: