enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

Mayavi Images are centered at top-right #1192

Open ScottGSayres opened 1 year ago

ScottGSayres commented 1 year ago

I've been using Mayavi with great success until I moved to a new M1 MacBook. I installed Mayavi through Enthought and am running: Python 2.7.15 |Enthought, Inc. (x86_64)| (default, Jun 21 2018, 13:31:23) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin

All of my old programs and even the test programs that I run on the MacBook place the center of the images in the top right corner of the screen. I can interact with the camera and the numbers are all correct for mlab.view(), but the image is shifted.

Has anyone else come across or have an idea how to center the images/scene correctly?

Thanks! Scott