Skip to content

Commit

Permalink
Merge pull request #751 from ioam/contours_level_vdims
Browse files Browse the repository at this point in the history
Corrected Contours value_dimension parameter to vdims
  • Loading branch information
jlstevens committed Jul 1, 2016
2 parents 86ea006 + 9b04378 commit 9a2cf0e
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 9a2cf0e

Please sign in to comment.