scatter ( x2, y2, size = 12, color = 'blue', alpha = 0.5 ) p3 = figure ( x_range = xr2, y_range = yr2, tools = TOOLS, plot_width = 300, plot_height = 300 ) p3.
scatter ( x1, y1, size = 12, color = 'red', alpha = 0.5 ) p2 = figure ( x_range = xr1, y_range = yr1, tools = TOOLS, plot_width = 300, plot_height = 300 ) p2. # scatter.py from otting import figure from bokeh.models import Range1d from bokeh.embed import components # create some data x1 = y1 = x2 = y2 = x3 = 圓 = # select the tools we want TOOLS = 'pan,wheel_zoom,box_zoom,reset,save' # the red and blue graphs will share this data range xr1 = Range1d ( start = 0, end = 30 ) yr1 = Range1d ( start = 0, end = 30 ) # only the green will use this data range xr2 = Range1d ( start = 0, end = 30 ) yr2 = Range1d ( start = 0, end = 30 ) # build our figures p1 = figure ( x_range = xr1, y_range = yr1, tools = TOOLS, plot_width = 300, plot_height = 300 ) p1. BokehJS AMD module template for a model.Are the tools not working in Chrome/Cromium?.What is the relationship between Bokeh and Chaco?.Can I incorporate Bokeh into my proprietary app or platform?.
Why did you start writing a new plotting library?.