Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add size to Scatter #13958

Merged
merged 13 commits into from
Sep 11, 2024
Prev Previous commit
Next Next commit
Update glyph_non_visual.py
  • Loading branch information
mosc9575 committed Sep 7, 2024
commit 9a97ab4526ef7dc9e948360560daf7894629fb43
2 changes: 1 addition & 1 deletion examples/styling/plots/glyph_non_visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
cr = p.circle(
x, y, radius=radii,
fill_color=colors, fill_alpha=0.8, line_color=None,
hover_fill_alpha=0.5, # mix `hover_` attributes with manual setup below
hover_fill_alpha=0.5, # mix `hover_` attributes with manual setup below
)

# there is no `hover_radius` so we have set things manually
Expand Down