File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments