Learn Before
Concept
Selection and Non-Selection Glyphs
p = figure(tools='box_select') p.circle('mpg', 'cyl', source=cds_df, selection_color='red', nonselection_alpha=0.1)

0
1
Updated 2021-06-29
Tags
Python Programming Language
Data Science
Selection and Non-Selection Glyphs
p = figure(tools='box_select') p.circle('mpg', 'cyl', source=cds_df, selection_color='red', nonselection_alpha=0.1)

0
1
Tags
Python Programming Language
Data Science