Skip to content

Commit

Permalink
Declared empty style_opts on mpl.SideHistogram
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jul 27, 2016
1 parent 1e43cab commit 1347c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions holoviews/plotting/mpl/chart.py
Expand Up @@ -338,6 +338,8 @@ class SideHistogramPlot(AdjoinedPlot, HistogramPlot):
show_grid = param.Boolean(default=True, doc="""
Whether to overlay a grid on the axis.""")

style_opts = []

def _process_hist(self, hist):
"""
Subclassed to offset histogram by defined amount.
Expand Down

0 comments on commit 1347c8a

Please sign in to comment.