Skip to content

Commit

Permalink
Corrected Contours value_dimension parameter to vdims
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 1, 2016
1 parent bfde7e6 commit 9b04378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/element/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Contours(Path):
level = param.Number(default=None, doc="""
Optional level associated with the set of Contours.""")

value_dimension = param.List(default=[Dimension('Level')], doc="""
vdims = param.List(default=[Dimension('Level')], doc="""
Contours optionally accept a value dimension, corresponding
to the supplied values.""", bounds=(1,1))

Expand Down

0 comments on commit 9b04378

Please sign in to comment.