You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/08_plot_tools.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@
266
266
" separator.\n",
267
267
"See [Formatting tooltip fields](https://docs.bokeh.org/en/latest/docs/user_guide/interaction/tools.html#formatting-tooltip-fields) in the user guide for more examples.\n",
268
268
"\n",
269
-
"### Multiline tooltips\n",
269
+
"### Tabular tooltips\n",
270
270
"\n",
271
271
"Tooltips can also have **multiple lines and use multiple data fields**. Use a list of\n",
272
272
"tuples to specify tooltips with multiple lines.\n",
@@ -339,7 +339,7 @@
339
339
"# load data for ColumnDataSource from demo data set\n",
0 commit comments