Skip to content

Commit 9f1db09

Browse files
authored
Merge pull request #633 from malariagen/GH609_UserWarning_competing_vals_for_Bokeh_toolbar
Add toolbar_options to grumbling gridplots
2 parents 420aeca + 85d7196 commit 9f1db09

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

malariagen_data/anoph/fst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ def plot_fst_gwss(
325325
toolbar_location="above",
326326
merge_tools=True,
327327
sizing_mode=sizing_mode,
328+
toolbar_options=dict(active_inspect=None),
328329
)
329330

330331
if show: # pragma: no cover

malariagen_data/anoph/g123.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ def plot_g123_gwss(
467467
toolbar_location="above",
468468
merge_tools=True,
469469
sizing_mode=sizing_mode,
470+
toolbar_options=dict(active_inspect=None),
470471
)
471472

472473
if show: # pragma: no cover

malariagen_data/anoph/h12.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ def plot_h12_gwss(
491491
toolbar_location="above",
492492
merge_tools=True,
493493
sizing_mode=sizing_mode,
494+
toolbar_options=dict(active_inspect=None),
494495
)
495496

496497
if show: # pragma: no cover

malariagen_data/anoph/h1x.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ def plot_h1x_gwss(
328328
toolbar_location="above",
329329
merge_tools=True,
330330
sizing_mode=sizing_mode,
331+
toolbar_options=dict(active_inspect=None),
331332
)
332333

333334
if show: # pragma: no cover

0 commit comments

Comments
 (0)