Skip to content

Commit 34dcef3

Browse files
Update Vedo cmap.
1 parent e0f95dd commit 34dcef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Rendering/backend/Vedo/VedoActor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def apply_cmap(self,
4747

4848
# Use 'cmap' method for Meshes and Points
4949
if self.type in ['Mesh', 'Points']:
50-
self.instance.cmap(cname=data['colormap'],
50+
self.instance.cmap(input_cmap=data['colormap'],
5151
input_array=data['scalar_field'][0])
5252

5353
# Re-create a new object with specified color vector for Arrows and Markers

0 commit comments

Comments
 (0)