Skip to content

Commit 6f8773e

Browse files
Update obsolete argument in @observe decorator.
1 parent 0e186d1 commit 6f8773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Heatmap_with_colormap.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"outputs": [],
5151
"source": [
5252
"m = ipyleaflet.Map(center=[0, 0], zoom=2)\n",
53-
"heat = ipyleaflet.Heatmap(locations=create_random_data(1000), radius=20, blur=10, gradient={0.25 : 'orange', 0.85 : 'red'})\n",
53+
"heat = ipyleaflet.Heatmap(locations=create_random_data(1000), radius=20, blur=10, gradient={0.1 : 'orange', 0.2 : 'red', 1.0 :'black'})\n",
5454
"colormap_control = ipyleaflet.ColormapControl(\n",
5555
" caption='Intensity',\n",
5656
" colormap=heat.colormap,\n",

0 commit comments

Comments
 (0)