Skip to content

Commit

Permalink
Merge 85fc8de into e2f79ea
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 15, 2019
2 parents e2f79ea + 85fc8de commit e6b313a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions holoviews/plotting/bokeh/element.py
Expand Up @@ -1231,6 +1231,11 @@ def _init_glyphs(self, plot, element, ranges, source, data=None, mapping=None, s
with abbreviated_exception():
self._update_glyph(renderer, properties, mapping.get(key, {}), glyph,
source, source.data)
if self.colorbar:
for k, v in list(self.handles.items()):
if not k.endswith('color_mapper'):
continue
self._draw_colorbar(plot, v, k[:-12])


def _process_properties(self, key, properties, mapping):
Expand Down

0 comments on commit e6b313a

Please sign in to comment.