I am trying to make an animation with a sequence of data files in Mayavi. Unfortunately, I noticed that the camera does not block (it is scaled and scaled). I think this is because the Z-component of my grid is changing, and the Mayavi is trying to recalculate the scales.
How can i fix this? 


import numpy from mayavi import mlab mlab.figure(size = (1024,768),bgcolor = (1,1,1)) mlab.view(azimuth=45, elevation=60, distance=0.01, focalpoint=(0,0,0))
anatoly
source share