Skip to content

Commit

Permalink
Ensure OverlayPlot inherits sizing_mode option
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 20, 2017
1 parent 137fff5 commit 5d90ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/element.py
Expand Up @@ -1275,7 +1275,7 @@ class OverlayPlot(GenericOverlayPlot, LegendPlot):
'bgcolor', 'fontsize', 'invert_axes', 'show_frame',
'show_grid', 'logx', 'logy', 'xticks', 'toolbar',
'yticks', 'xrotation', 'yrotation', 'lod',
'border', 'invert_xaxis', 'invert_yaxis']
'border', 'invert_xaxis', 'invert_yaxis', 'sizing_mode']

def _process_legend(self):
plot = self.handles['plot']
Expand Down

0 comments on commit 5d90ac9

Please sign in to comment.