python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use figure attribute of mlab.surface in mayavi?
I am trying to use mayavi.mlab.surf() to create a 3D surface
The Mayavi documentation mentions the followng syntax of mayavi.mlab.surf() function.
I am trying to use the figure field as follows:
sur...
Supriya Bhide
Votes: 0
Answers: 1
I can't animate a surface with Mayavi
I'm trying to do a simple animation of a surface with Mayavi, but due to the lack of online examples (the few are extremely unclear or not useful) and official documentation, I'm struggling a lot. I w...

Rob Tan
Votes: 0
Answers: 1
Mayavi multiple embedded scenes with volume render
I want to get a multiscene layout described in https://docs.enthought.com/mayavi/mayavi/auto/example_multiple_mlab_scene_models.html
import numpy as np
from traits.api import HasTraits, Instance, But...
taras
Votes: 0
Answers: 0
Reading .VTS Files in Mayavi/ Python Scripting
I'm new to python and have a structured grid vtk file (.VTS) that I would like to open in a python script (visual studio code) to run in mayavi. I've been reading elsewhere you need a XML data reader ...
Bill_BIlliams
Votes: 0
Answers: 0