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

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

How To Set Zoom Factor In Mayavi

I am trying to set the zoom factor in Mayavi2, for example: from mayavi import mlab mlab.test_plot… Read more How To Set Zoom Factor In Mayavi

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

Specify Absolute Colour For 3d Points In Mayavi

I am using the MayaVi Python library to plot 3d points, using the points3d class. The documentation… Read more Specify Absolute Colour For 3d Points In Mayavi

Mayavi: Interpolate Face Colors In Triangular_mesh

I have pieced together the following code to plot a triangular mesh with the colors specified by an… Read more Mayavi: Interpolate Face Colors In Triangular_mesh