Skip to content

Commit 09c3a96

Browse files
committed
Update ducky
1 parent 764a521 commit 09c3a96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

objects/ducky.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ def read_weights(filename, sep=","):
9898
ducky.sample_size = 50
9999

100100
# Visualization configuration
101-
vis_config = VisVTK.VisConfig(ctrlpts=False, legend=False)
102-
ducky.vis = VisVTK.VisSurface(vis_config)
101+
ducky.vis = VisVTK.VisSurface(ctrlpts=True, legend=False, figure_size=[940, 940])
103102

104103
# Render the ducky
105-
ducky.render()
104+
ducky.render(evalcolor=["green", "yellow", "yellow"], cpcolor="wheat")

0 commit comments

Comments
 (0)