Skip to content

Commit

Permalink
Fixed small bug in bokeh OverlayPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 20, 2015
1 parent a1bffb4 commit 3b5bef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def update_frame(self, key, ranges=None, element=None):

items = element.items()
for k, subplot in self.subplots.items():
empty = False
empty, el = False, None
if isinstance(self.hmap, DynamicMap):
idx = dynamic_update(self, subplot, k, element, items)
empty = idx is None
Expand Down

0 comments on commit 3b5bef4

Please sign in to comment.