Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mayavi

Pyqt4 Scrollbar Interacts Incorrectly With Embedded Scenes

I'm having an issue combining PyQt4 scrollbars (on the MainWindow) with embedded scenes - every… Read more Pyqt4 Scrollbar Interacts Incorrectly With Embedded Scenes

Creating Standalone Exe Using Pyinstaller With Mayavi Import

I have a program that helps visualize some data in 3D by plotting a surface and a cloud of points t… Read more Creating Standalone Exe Using Pyinstaller With Mayavi Import

Mayavi/mlab: Plot Triangles With Colour Data Per Triangle, Not Per Vertex

If one uses the function triangular_mesh one can pass a set of triangles, given as lists of indice… Read more Mayavi/mlab: Plot Triangles With Colour Data Per Triangle, Not Per Vertex

Animating A Mayavi Points3d Plot

I'm trying to make a video of the trajectories of particles. However, somehow my scene never up… Read more Animating A Mayavi Points3d Plot

Listen For Ctf Otf Changes With Traits In Mayavi Volume Rendering

I would like to listen to changes in the transfer function in how the color and opacity (ctf/otf) o… Read more Listen For Ctf Otf Changes With Traits In Mayavi Volume Rendering

Probing/sampling/interpolating Vtk Data Using Python Tvtk Or Mayavi

I would like to visualise a VTK data file (OpenFOAM output) using python. The plot I would like to … Read more Probing/sampling/interpolating Vtk Data Using Python Tvtk Or Mayavi

Mayavi Mlab.savefig() Gives An Empty Image

I am trying to learn mayavi2 for python and can not get my savefig to show my plots. I found this e… Read more Mayavi Mlab.savefig() Gives An Empty Image

Basic 3d Voxel Grid In Mayavi

I'm trying to visualize a 3D array through Mayavi in Python. I simply want to create a structu… Read more Basic 3d Voxel Grid In Mayavi