Skip to content

Commit 1debc15

Browse files
committed
add to-do and link holoviews issue
see holoviz/holoviews#3637
1 parent 017a572 commit 1debc15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adaptive/notebook_integration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def plot_generator():
132132
dm = hv.DynamicMap(plot_generator(), streams=streams)
133133

134134
if normalize:
135+
# XXX: change when https://github.com/pyviz/holoviews/issues/3637
136+
# is fixed.
135137
dm = dm.map(lambda obj: obj.opts(framewise=True), hv.Element)
136138

137139
cancel_button = ipywidgets.Button(description='cancel live-plot',

0 commit comments

Comments
 (0)