Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

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

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

Is There A Way To Fill One Side Of The Gyroid Surface By Using Mayavi?

I'm using Mayavi to plot an iso-surface of a gyroid. My problem is that I need a more solid str… Read more Is There A Way To Fill One Side Of The Gyroid Surface By Using 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

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