Skip to content

Commit

Permalink
add to-do and link holoviews issue
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Apr 29, 2019
1 parent 017a572 commit 1debc15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adaptive/notebook_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def plot_generator():
dm = hv.DynamicMap(plot_generator(), streams=streams)

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

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

0 comments on commit 1debc15

Please sign in to comment.