Skip to content

Commit

Permalink
Merge 6469038 into 0ab0a55
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 12, 2016
2 parents 0ab0a55 + 6469038 commit 40dac4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def initialize_plot(self, ranges=None):

# Replace None types with empty plots
# to avoid bokeh bug
if adjoined and bokeh_version < '0.12':
if adjoined:
plots = layout_padding(plots)

# Determine the most appropriate composite plot type
Expand Down

0 comments on commit 40dac4c

Please sign in to comment.