Skip to content

Commit

Permalink
Docs to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Aug 16, 2019
1 parent 30d5a28 commit fb62772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions holoviews/plotting/mpl/element.py
Expand Up @@ -695,9 +695,9 @@ class ColorbarPlot(ElementPlot):
Whether to make the colormap symmetric around zero.""")

extend = param.ObjectSelector(
objects=['neither', 'both', 'min', 'max'], default=None, docs="""
objects=['neither', 'both', 'min', 'max'], default=None, doc="""
If not 'neither', make pointed end(s) for out-of- range values."""
)
)

_colorbars = {}

Expand Down

0 comments on commit fb62772

Please sign in to comment.