diff --git a/holoviews/plotting/bokeh/__init__.py b/holoviews/plotting/bokeh/__init__.py index d4a0ac4881..a7603bc984 100644 --- a/holoviews/plotting/bokeh/__init__.py +++ b/holoviews/plotting/bokeh/__init__.py @@ -168,7 +168,7 @@ def colormap_generator(palette): if not config.style_17: options.Points = Options('plot', show_frame=True) -options.Histogram = Options('style', line_color='black', fill_color=Cycle(), muted_alpha=0.2) +options.Histogram = Options('style', line_color='black', color=Cycle(), muted_alpha=0.2) options.ErrorBars = Options('style', color='black') options.Spread = Options('style', color=Cycle(), alpha=0.6, line_color='black', muted_alpha=0.2) options.Bars = Options('style', color=Cycle(), line_color='black', bar_width=0.8, muted_alpha=0.2) @@ -270,7 +270,7 @@ def colormap_generator(palette): # Statistics options.Distribution = Options( - 'style', fill_color=Cycle(), line_color='black', fill_alpha=0.5, + 'style', color=Cycle(), line_color='black', fill_alpha=0.5, muted_alpha=0.2 ) options.Violin = Options(