Skip to content

Commit

Permalink
Merge cbe8784 into 0c9ff76
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 1, 2016
2 parents 0c9ff76 + cbe8784 commit 0336cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/element.py
Expand Up @@ -98,7 +98,7 @@ class ElementPlot(BokehPlot, GenericElementPlot):
for linked panning and zooming.""")

default_tools = param.List(default=['save', 'pan', 'wheel_zoom',
'box_zoom', 'resize', 'reset'],
'box_zoom', 'reset'],
doc="A list of plugin tools to use on the plot.")

tools = param.List(default=[], doc="""
Expand Down

0 comments on commit 0336cb1

Please sign in to comment.