Skip to content

Commit

Permalink
added 'lower_head', 'upper_head' to bokeh ErrorBars plot (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ea42gh authored and philippjfr committed Feb 9, 2018
1 parent bee286d commit 8b3c2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def _init_glyph(self, plot, mapping, properties):

class ErrorPlot(ElementPlot):

style_opts = line_properties
style_opts = line_properties + ['lower_head', 'upper_head']

_mapping = dict(base="base", upper="upper", lower="lower")

Expand Down

0 comments on commit 8b3c2d6

Please sign in to comment.