From 1debc1540aba687a11ac3e292e47296b8693ea80 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Thu, 25 Apr 2019 14:07:57 -0700 Subject: [PATCH] add to-do and link holoviews issue see https://github.com/pyviz/holoviews/issues/3637 --- adaptive/notebook_integration.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adaptive/notebook_integration.py b/adaptive/notebook_integration.py index d8ea421f4..19de012c2 100644 --- a/adaptive/notebook_integration.py +++ b/adaptive/notebook_integration.py @@ -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',