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

Single Line With Multiple Radii With Mayavi

I am trying to plot a single line (or tube) in Mayavi that has a non-constant width or radius. This… Read more Single Line With Multiple Radii With 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

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

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: Rotate Around Y Axis

I'm plotting a 3D mesh using mayavi's triangular_mesh method. The data describes a human si… Read more Mayavi: Rotate Around Y Axis