We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f95dd commit 34dcef3Copy full SHA for 34dcef3
src/Core/Rendering/backend/Vedo/VedoActor.py
@@ -47,7 +47,7 @@ def apply_cmap(self,
47
48
# Use 'cmap' method for Meshes and Points
49
if self.type in ['Mesh', 'Points']:
50
- self.instance.cmap(cname=data['colormap'],
+ self.instance.cmap(input_cmap=data['colormap'],
51
input_array=data['scalar_field'][0])
52
53
# Re-create a new object with specified color vector for Arrows and Markers
0 commit comments