Skip to content

Commit

Permalink
set bounds (3,3) on Scatter3D to override Geometry.bounds of (2, 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Mar 17, 2023
1 parent 71a7581 commit 3e66b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/element/chart3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Scatter3D(Element3D, Points):

kdims = param.List(default=[Dimension('x'),
Dimension('y'),
Dimension('z')])
Dimension('z')], bounds=(3, 3))

vdims = param.List(default=[], doc="""
Scatter3D can have optional value dimensions,
Expand Down

0 comments on commit 3e66b53

Please sign in to comment.