19ed2d7276848ef8a2242eb4d50561b96d2a6efb,examples/plotting/server/animated.py,,,#,12

Before Change


// Open the session in a browser
session.show()

renderer = p.select(dict(type=GlyphRenderer))
ds = renderer[0].data_source

// These changes to our document will automatically go to the server
while True:

After Change


// Open the session in a browser
session.show()

ds = p.select_one(dict(name="glyph")).data_source

// These changes to our document will automatically go to the server
while True:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: bokeh/bokeh
Commit Name: 19ed2d7276848ef8a2242eb4d50561b96d2a6efb
Time: 2015-11-07
Author: bryanv@continuum.io
File Name: examples/plotting/server/animated.py
Class Name:
Method Name:


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: bdc6be22e5941d895c214ef88f9b03df8f592d61
Time: 2015-12-22
Author: bryanv@continuum.io
File Name: examples/plotting/file/hover.py
Class Name:
Method Name: