849729af279adeb657bd3d864df84aa038b79c3d,examples/plotting/file/periodic.py,,,#,7
Before Change
p.grid.grid_line_color = None
hover = p.select(dict(type=HoverTool))
hover.tooltips = OrderedDict([
("name", "@name"),
("atomic number", "@atomic_number"),
("type", "@type"),
After Change
from bokeh.plotting import figure, show, output_file
from bokeh.sampledata.periodic_table import elements
romans = ["I", "II", "III", "IV", "V", "VI", "VII"]
elements["atomic mass"] = elements["atomic mass"].astype(str)
elements = elements[elements.group != "-"]
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: bokeh/bokeh
Commit Name: 849729af279adeb657bd3d864df84aa038b79c3d
Time: 2015-12-22
Author: bryanv@continuum.io
File Name: examples/plotting/file/periodic.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: acd97e3a8cdb11c18716b6e5588c84cae8bcd80a
Time: 2015-12-22
Author: bryanv@continuum.io
File Name: examples/plotting/file/tap.py
Class Name:
Method Name: