acd97e3a8cdb11c18716b6e5588c84cae8bcd80a,examples/plotting/file/tap.py,,,#,10

Before Change


     text_baseline="middle", text_align="center")

// in the broswer console, you will see messages when circles are clicked
tool = p.select(dict(type=TapTool))[0]
tool.names.append("mystuff")

show(p)  // open a browser

After Change


    "//%02x%02x%02x" % (int(r), int(g), 150) for r, g in zip(50+2*x, 30+2*y)
]

source = ColumnDataSource(data=dict(
    x=x,
    y=y,
    radius=radii,
    colors=colors,
    foo=list(itertools.permutations("abcdef"))[:N],
    bar=np.random.normal(size=N),
))

TOOLS="crosshair,pan,wheel_zoom,box_zoom,reset,tap,previewsave"
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

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: bokeh/bokeh
Commit Name: c28e2ae6b5f2c1f533a924c86be808c2b8996b70
Time: 2015-12-22
Author: bryanv@continuum.io
File Name: examples/plotting/file/scatter_selection.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: