Skip to content

Commit 443f332

Browse files
authored
Update RangeTool example (#38)
1 parent 5f0ba02 commit 443f332

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

notebooks/08_plot_tools.ipynb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,6 @@
433433
"range_tool.overlay.fill_alpha = 0.3\n",
434434
"range_tool.overlay.inverted = True\n",
435435
"range_tool.overlay.use_handles = True\n",
436-
"range_tool.overlay.handles[\"all\"].hover_fill_color = \"orange\"\n",
437-
"range_tool.overlay.handles[\"all\"].hover_fill_alpha = 0.9\n",
438-
"range_tool.overlay.handles[\"all\"].hover_line_alpha = 0\n",
439-
"range_tool.overlay.handles[\"all\"].fill_alpha = 0.1\n",
440-
"range_tool.overlay.handles[\"all\"].line_alpha = 0.1\n",
441436
"minimap.add_tools(range_tool)\n",
442437
"\n",
443438
"show(column(detailed_plot, minimap))"

0 commit comments

Comments
 (0)