Skip to content

Commit 5f0ba02

Browse files
authored
Increase glyph size for floating UI examples (#40)
1 parent b7c0277 commit 5f0ba02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/11_widgets_interactivity.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@
977977
" # Generate plot data\n",
978978
" x = np.random.random(size=N) * 100\n",
979979
" y = np.random.random(size=N) * 100\n",
980-
" radii = np.random.random(size=N) * 1.5\n",
980+
" radii = np.random.random(size=N) * 15\n",
981981
" colors = np.random.choice(Spectral11, size=N)\n",
982982
"\n",
983983
" # Create the plot\n",

0 commit comments

Comments
 (0)