Learn Before
Concept
Linked Plots
Linked Axes
p2.x_range = p1.x_range p2.y_range = p1.y_range
Linked Brushing
p4 = figure(plot_width = 100, tools='box_select,lasso_select') p4.circle('mpg', 'cyl', source=cds_df) p5 = figure(plot_width = 200, tools='box_select,lasso_select') p5.circle('mpg', 'hp', source=cds_df) layout = row(p4,p5)
0
1
Updated 2021-07-06
Tags
Python Programming Language
Data Science